Home
last modified time | relevance | path

Searched refs:resizedIcon (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts123 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 DwithAndroidNotifications.js144 const resizedIcon = (await (0, _imageUtils().generateImageAsync)({
154 …default.writeFile(_path().default.resolve(dpiFolderPath, NOTIFICATION_ICON + '.png'), resizedIcon);
H A DwithAndroidNotifications.js.map1resizedIcon","generateImageAsync","cacheType","src","width","height","resizeMode","backgroundColor…
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts158 const resizedIcon = ( constant
170 writeFileSync(resolve(dpiFolderPath, NOTIFICATION_ICON + '.png'), resizedIcon);
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js119 …const resizedIcon = (await (0, image_utils_1.generateImageAsync)({ projectRoot, cacheType: 'androi…
126 …riteFileSync)((0, path_1.resolve)(dpiFolderPath, exports.NOTIFICATION_ICON + '.png'), resizedIcon);