Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ICON (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.js6 …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 DwithAndroidNotifications.d.ts6 export declare const NOTIFICATION_ICON = "notification_icon"; constant
H A DwithAndroidNotifications.js.map1NOTIFICATION_ICON","NOTIFICATION_ICON_RESOURCE","NOTIFICATION_ICON_COLOR","NOTIFICATION_ICON_COLOR…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts27 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 DwithNotificationsAndroid.js3 …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 DwithNotificationsAndroid.d.ts13 export declare const NOTIFICATION_ICON = "notification_icon"; constant
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts38 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');