Searched refs:NOTIFICATION_ICON (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.js | 6 …ION_ICON_COLOR_RESOURCE = exports.NOTIFICATION_ICON_COLOR = exports.NOTIFICATION_ICON = exports.ME… 62 const NOTIFICATION_ICON = 'notification_icon'; constant 63 exports.NOTIFICATION_ICON = NOTIFICATION_ICON; 64 const NOTIFICATION_ICON_RESOURCE = `@drawable/${NOTIFICATION_ICON}`; 154 …await _fsExtra().default.writeFile(_path().default.resolve(dpiFolderPath, NOTIFICATION_ICON + '.pn… 166 …await _fsExtra().default.remove(_path().default.resolve(dpiFolderPath, NOTIFICATION_ICON + '.png')…
|
| H A D | withAndroidNotifications.d.ts | 6 export declare const NOTIFICATION_ICON = "notification_icon"; constant
|
| H A D | withAndroidNotifications.js.map | 1 …NOTIFICATION_ICON","NOTIFICATION_ICON_RESOURCE","NOTIFICATION_ICON_COLOR","NOTIFICATION_ICON_COLOR…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.ts | 27 export const NOTIFICATION_ICON = 'notification_icon'; constant 28 export const NOTIFICATION_ICON_RESOURCE = `@drawable/${NOTIFICATION_ICON}`; 135 await fs.writeFile(path.resolve(dpiFolderPath, NOTIFICATION_ICON + '.png'), resizedIcon); 148 await fs.remove(path.resolve(dpiFolderPath, NOTIFICATION_ICON + '.png'));
|
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsAndroid.js | 3 …IFICATION_ICON_COLOR = exports.NOTIFICATION_ICON_RESOURCE = exports.NOTIFICATION_ICON = exports.ME… 22 exports.NOTIFICATION_ICON = 'notification_icon'; 23 exports.NOTIFICATION_ICON_RESOURCE = `@drawable/${exports.NOTIFICATION_ICON}`; 126 …(0, fs_1.writeFileSync)((0, path_1.resolve)(dpiFolderPath, exports.NOTIFICATION_ICON + '.png'), re… 137 const iconFile = (0, path_1.resolve)(dpiFolderPath, exports.NOTIFICATION_ICON + '.png');
|
| H A D | withNotificationsAndroid.d.ts | 13 export declare const NOTIFICATION_ICON = "notification_icon"; constant
|
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsAndroid.ts | 38 export const NOTIFICATION_ICON = 'notification_icon'; constant 39 export const NOTIFICATION_ICON_RESOURCE = `@drawable/${NOTIFICATION_ICON}`; 170 writeFileSync(resolve(dpiFolderPath, NOTIFICATION_ICON + '.png'), resizedIcon); 184 const iconFile = resolve(dpiFolderPath, NOTIFICATION_ICON + '.png');
|