Home
last modified time | relevance | path

Searched defs:iconPath (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/
H A DwithIosIcons-test.ts56 const iconPath = path.resolve(__dirname, '../../__tests__/fixtures/icon.png'); constant
/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
/expo/packages/expo-notifications/plugin/src/__tests__/
H A DwithNotificationsAndroid-test.ts49 const iconPath = path.resolve(__dirname, './fixtures/icon.png'); constant
/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
/expo/packages/expo-maps/src/
H A DUtils.ts234 const iconPath = await Asset.fromModule(child.props.icon).downloadAsync(); constant
308 let iconPath: Asset | undefined = undefined; variable
/expo/packages/@expo/fingerprint/e2e/__tests__/
H A Dmanaged-test.ts85 const iconPath = path.join(projectRoot, 'assets', 'icon.png'); constant
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/
H A DwithDefaultPlugins-test.ts209 const iconPath = path.resolve(__dirname, './fixtures/icon.png'); constant