Home
last modified time | relevance | path

Searched refs:backgroundImage (Results 1 – 25 of 32) sorted by relevance

12

/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithAndroidIcons.ts57 backgroundImage,
96 backgroundImage: config.android?.adaptiveIcon?.backgroundImage ?? null,
111 backgroundImage,
146 backgroundImage: string | null,
151 backgroundImage,
162 backgroundImage: string | null,
169 backgroundImage,
198 backgroundImage,
276 backgroundImage,
303 if (backgroundImage) {
[all …]
/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithAndroidIcons.d.ts16 backgroundImage: string | null;
24 export declare function setIconAsync(projectRoot: string, { icon, backgroundColor, backgroundImage,…
27 backgroundImage: string | null;
37 …igureAdaptiveIconAsync(projectRoot: string, foregroundImage: string, backgroundImage: string | nul…
38 export declare const createAdaptiveIconXmlString: (backgroundImage: string | null, monochromeImage:…
H A DwithAndroidIcons.js92 backgroundImage,
107 backgroundImage,
154 backgroundImage,
161 await configureLegacyIconAsync(projectRoot, icon, backgroundImage, backgroundColor);
180 backgroundImage,
192 backgroundImage,
215 backgroundImage, field
236 const createAdaptiveIconXmlString = (backgroundImage, monochromeImage) => { argument
267 backgroundImage,
286 if (backgroundImage) {
[all …]
H A DwithAndroidIcons.js.map1backgroundImage","monochromeImage","getAdaptiveIcon","icon","getIcon","withAndroidManifestIcons","…
/expo/packages/expo-linear-gradient/src/__tests__/
H A DLinearGradient-test.web.tsx26 const backgroundImage = getLinearGradientBackgroundImage(colors);
29 expect((backgroundImage.match(/rgba/g) || []).length).toBe(colors.length);
32 expect(backgroundImage).toMatchSnapshot();
40 const backgroundImage = getLinearGradientBackgroundImage(colors, locations, startPoint, endPoint);
42 expect(backgroundImage).toMatchSnapshot();
/expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/
H A DwithAndroidIcons-test.ts62 backgroundImage: null,
73 backgroundImage: 'backgroundImage',
78 const { foregroundImage, backgroundColor, backgroundImage } = getAdaptiveIcon( constant
84 expect(backgroundImage).toMatch('backgroundImage');
107 backgroundImage: null,
134 backgroundImage: null,
179 backgroundImage: '/app/assets/iconBackground.png',
/expo/packages/expo/types/
H A Dreact-native-web.d.ts38 backgroundImage?: string; property
159 backgroundImage?: string; property
/expo/packages/@expo/cli/src/start/server/middleware/__tests__/
H A DresolveAssets-test.ts40 backgroundImage: './background.png',
/expo/packages/html-elements/build/primitives/
H A DView.d.ts33 backgroundImage?: string; property
/expo/packages/expo-linear-gradient/src/
H A DNativeLinearGradient.web.tsx30 // @ts-ignore: [ts] Property 'backgroundImage' does not exist on type 'ViewStyle'.
31 { backgroundImage: linearGradientBackgroundImage },
/expo/packages/expo-checkbox/build/
H A DExpoCheckbox.web.js75backgroundImage: 'url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiI… property
/expo/packages/expo-checkbox/src/__tests__/__snapshots__/
H A DExpoCheckBox-test.web.tsx.snap.node16 …2f490 r-position-u8s1d r-right-zchlnj r-top-ipm5af r-width-13qz1uu r-backgroundImage-rs94m5 r-back…
H A DExpoCheckBox-test.web.tsx.snap.web16 …2f490 r-position-u8s1d r-right-zchlnj r-top-ipm5af r-width-13qz1uu r-backgroundImage-rs94m5 r-back…
/expo/packages/expo-linear-gradient/build/
H A DNativeLinearGradient.web.js17 { backgroundImage: linearGradientBackgroundImage }, property
H A DNativeLinearGradient.web.js.map1 … // @ts-ignore: [ts] Property 'backgroundImage' does not exist on type 'ViewStyle'.\n …
/expo/packages/expo-checkbox/src/
H A DExpoCheckbox.web.tsx93 backgroundImage:
/expo/packages/@expo/config-types/src/
H A DExpoConfig.ts528 backgroundImage?: string;
/expo/packages/@expo/config-types/build/
H A DExpoConfig.d.ts524 backgroundImage?: string;
/expo/packages/expo-router/build/onboard/
H A DTutorial.js103backgroundImage: 'radial-gradient(circle at 1px 1px, rgba(255,255,255,0.15) 1px, transparent 0)', property
/expo/docs/pages/ui-programming/
H A Dimage-background.mdx11 …lly similar to CSS's `background-image` stylesheet property and the `backgroundImage` DOM style pr…
/expo/packages/html-elements/src/primitives/
H A DView.tsx45 backgroundImage?: string;
/expo/packages/@expo/fingerprint/src/sourcer/
H A DExpo.ts58 isAndroid ? config.exp.android?.adaptiveIcon?.backgroundImage : undefined,
/expo/packages/expo-router/src/onboard/
H A DTutorial.tsx128 backgroundImage:
/expo/packages/@expo/fingerprint/build/sourcer/
H A DExpo.js51 isAndroid ? config.exp.android?.adaptiveIcon?.backgroundImage : undefined,
/expo/docs/pages/
H A Dindex.tsx340 backgroundImage: 'url("/static/images/home/QuickStartPattern.svg")',
351 backgroundImage: 'url("/static/images/home/TutorialPattern.svg")',

12