Home
last modified time | relevance | path

Searched refs:iconPath (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-maps/build/
H A DUtils.js156 let iconPath = undefined;
158 iconPath = await Asset.fromModule(child.props.icon).downloadAsync();
167 icon: iconPath?.localUri,
180 const iconPath = await Asset.fromModule(child.props.icon).downloadAsync();
184 icon: iconPath.localUri,
246 let iconPath = undefined;
248 iconPath = await Asset.fromModule(child.props.icon).downloadAsync();
267 icon: iconPath?.localUri,
H A DUtils.js.map1iconPath: Asset | undefined = undefined;\n if (child.props.icon !== undefined) {\n iconPath = …
/expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/
H A DwithIosIcons-test.ts56 const iconPath = path.resolve(__dirname, '../../__tests__/fixtures/icon.png'); constant
60 const icon = fsReal.readFileSync(iconPath);
/expo/packages/expo-maps/src/
H A DUtils.ts207 let iconPath: Asset | undefined = undefined;
209 iconPath = await Asset.fromModule(child.props.icon).downloadAsync();
219 icon: iconPath?.localUri,
234 const iconPath = await Asset.fromModule(child.props.icon).downloadAsync(); constant
239 icon: iconPath.localUri,
308 let iconPath: Asset | undefined = undefined; variable
310 iconPath = await Asset.fromModule(child.props.icon).downloadAsync();
331 icon: iconPath?.localUri,
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/
H A DwithIosSplashScreen-test.ts29 const iconPath = path.resolve(__dirname, '../../../__tests__/fixtures/icon.png'); constant
30 const icon = fsReal.readFileSync(iconPath, 'utf8');
/expo/packages/expo-notifications/plugin/src/__tests__/
H A DwithNotificationsAndroid-test.ts49 const iconPath = path.resolve(__dirname, './fixtures/icon.png'); constant
56 const icon = fsReal.readFileSync(iconPath);
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/
H A DwithAndroidNotifications-test.ts36 const iconPath = path.resolve(__dirname, '../../../__tests__/fixtures/icon.png'); constant
41 const icon = fsReal.readFileSync(iconPath);
/expo/packages/@expo/fingerprint/e2e/__tests__/
H A Dmanaged-test.ts85 const iconPath = path.join(projectRoot, 'assets', 'icon.png'); constant
86 await fs.writeFile(iconPath, '');
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/
H A DwithDefaultPlugins-test.ts209 const iconPath = path.resolve(__dirname, './fixtures/icon.png'); constant
210 const icon = fsReal.readFileSync(iconPath) as any;