Searched refs:iconPath (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/expo-maps/build/ |
| H A D | Utils.js | 156 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 D | Utils.js.map | 1 …iconPath: Asset | undefined = undefined;\n if (child.props.icon !== undefined) {\n iconPath = …
|
| /expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/ |
| H A D | withIosIcons-test.ts | 56 const iconPath = path.resolve(__dirname, '../../__tests__/fixtures/icon.png'); constant 60 const icon = fsReal.readFileSync(iconPath);
|
| /expo/packages/expo-maps/src/ |
| H A D | Utils.ts | 207 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 D | withIosSplashScreen-test.ts | 29 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 D | withNotificationsAndroid-test.ts | 49 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 D | withAndroidNotifications-test.ts | 36 const iconPath = path.resolve(__dirname, '../../../__tests__/fixtures/icon.png'); constant 41 const icon = fsReal.readFileSync(iconPath);
|
| /expo/packages/@expo/fingerprint/e2e/__tests__/ |
| H A D | managed-test.ts | 85 const iconPath = path.join(projectRoot, 'assets', 'icon.png'); constant 86 await fs.writeFile(iconPath, '');
|
| /expo/packages/@expo/prebuild-config/src/plugins/__tests__/ |
| H A D | withDefaultPlugins-test.ts | 209 const iconPath = path.resolve(__dirname, './fixtures/icon.png'); constant 210 const icon = fsReal.readFileSync(iconPath) as any;
|