| /expo/packages/@expo/prebuild-config/src/plugins/icons/ |
| H A D | withAndroidIcons.ts | 57 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 D | withAndroidIcons.d.ts | 16 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 D | withAndroidIcons.js | 92 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 D | withAndroidIcons.js.map | 1 …backgroundImage","monochromeImage","getAdaptiveIcon","icon","getIcon","withAndroidManifestIcons","…
|
| /expo/packages/expo-linear-gradient/src/__tests__/ |
| H A D | LinearGradient-test.web.tsx | 26 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 D | withAndroidIcons-test.ts | 62 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 D | react-native-web.d.ts | 38 backgroundImage?: string; property 159 backgroundImage?: string; property
|
| /expo/packages/@expo/cli/src/start/server/middleware/__tests__/ |
| H A D | resolveAssets-test.ts | 40 backgroundImage: './background.png',
|
| /expo/packages/html-elements/build/primitives/ |
| H A D | View.d.ts | 33 backgroundImage?: string; property
|
| /expo/packages/expo-linear-gradient/src/ |
| H A D | NativeLinearGradient.web.tsx | 30 // @ts-ignore: [ts] Property 'backgroundImage' does not exist on type 'ViewStyle'. 31 { backgroundImage: linearGradientBackgroundImage },
|
| /expo/packages/expo-checkbox/build/ |
| H A D | ExpoCheckbox.web.js | 75 …backgroundImage: 'url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiI… property
|
| /expo/packages/expo-checkbox/src/__tests__/__snapshots__/ |
| H A D | ExpoCheckBox-test.web.tsx.snap.node | 16 …2f490 r-position-u8s1d r-right-zchlnj r-top-ipm5af r-width-13qz1uu r-backgroundImage-rs94m5 r-back…
|
| H A D | ExpoCheckBox-test.web.tsx.snap.web | 16 …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 D | NativeLinearGradient.web.js | 17 { backgroundImage: linearGradientBackgroundImage }, property
|
| H A D | NativeLinearGradient.web.js.map | 1 … // @ts-ignore: [ts] Property 'backgroundImage' does not exist on type 'ViewStyle'.\n …
|
| /expo/packages/expo-checkbox/src/ |
| H A D | ExpoCheckbox.web.tsx | 93 backgroundImage:
|
| /expo/packages/@expo/config-types/src/ |
| H A D | ExpoConfig.ts | 528 backgroundImage?: string;
|
| /expo/packages/@expo/config-types/build/ |
| H A D | ExpoConfig.d.ts | 524 backgroundImage?: string;
|
| /expo/packages/expo-router/build/onboard/ |
| H A D | Tutorial.js | 103 … backgroundImage: 'radial-gradient(circle at 1px 1px, rgba(255,255,255,0.15) 1px, transparent 0)', property
|
| /expo/docs/pages/ui-programming/ |
| H A D | image-background.mdx | 11 …lly similar to CSS's `background-image` stylesheet property and the `backgroundImage` DOM style pr…
|
| /expo/packages/html-elements/src/primitives/ |
| H A D | View.tsx | 45 backgroundImage?: string;
|
| /expo/packages/@expo/fingerprint/src/sourcer/ |
| H A D | Expo.ts | 58 isAndroid ? config.exp.android?.adaptiveIcon?.backgroundImage : undefined,
|
| /expo/packages/expo-router/src/onboard/ |
| H A D | Tutorial.tsx | 128 backgroundImage:
|
| /expo/packages/@expo/fingerprint/build/sourcer/ |
| H A D | Expo.js | 51 isAndroid ? config.exp.android?.adaptiveIcon?.backgroundImage : undefined,
|
| /expo/docs/pages/ |
| H A D | index.tsx | 340 backgroundImage: 'url("/static/images/home/QuickStartPattern.svg")', 351 backgroundImage: 'url("/static/images/home/TutorialPattern.svg")',
|