Searched refs:resizedIcon (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.ts | 123 const resizedIcon = ( constant 135 await fs.writeFile(path.resolve(dpiFolderPath, NOTIFICATION_ICON + '.png'), resizedIcon);
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.js | 144 const resizedIcon = (await (0, _imageUtils().generateImageAsync)({ 154 …default.writeFile(_path().default.resolve(dpiFolderPath, NOTIFICATION_ICON + '.png'), resizedIcon);
|
| H A D | withAndroidNotifications.js.map | 1 …resizedIcon","generateImageAsync","cacheType","src","width","height","resizeMode","backgroundColor…
|
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsAndroid.ts | 158 const resizedIcon = ( constant 170 writeFileSync(resolve(dpiFolderPath, NOTIFICATION_ICON + '.png'), resizedIcon);
|
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsAndroid.js | 119 …const resizedIcon = (await (0, image_utils_1.generateImageAsync)({ projectRoot, cacheType: 'androi… 126 …riteFileSync)((0, path_1.resolve)(dpiFolderPath, exports.NOTIFICATION_ICON + '.png'), resizedIcon);
|