Searched refs:withNotificationIcons (Results 1 – 11 of 11) sorted by relevance
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/ |
| H A D | expo-notifications.ts | 5 withNotificationIcons, 23 withNotificationIcons,
|
| H A D | withAndroidNotifications.ts | 32 export const withNotificationIcons: ConfigPlugin = (config) => { constant
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.js | 12 exports.withNotificationManifest = exports.withNotificationIcons = exports.withNotificationIconColo… 70 const withNotificationIcons = config => { function 76 exports.withNotificationIcons = withNotificationIcons;
|
| H A D | expo-notifications.js.map | 1 …withNotificationIcons","exports","default"],"sources":["../../../../src/plugins/unversioned/expo-n…
|
| H A D | expo-notifications.js | 38 …ndroidNotifications().withNotificationIconColor, _withAndroidNotifications().withNotificationIcons,
|
| H A D | withAndroidNotifications.d.ts | 10 export declare const withNotificationIcons: ConfigPlugin; constant
|
| H A D | withAndroidNotifications.js.map | 1 …withNotificationIcons","config","withDangerousMod","setNotificationIconAsync","modRequest","projec…
|
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsAndroid.js | 3 …otificationManifest = exports.withNotificationIconColor = exports.withNotificationIcons = exports.… 26 const withNotificationIcons = (config, { icon }) => { function 37 exports.withNotificationIcons = withNotificationIcons; 179 config = (0, exports.withNotificationIcons)(config, { icon });
|
| H A D | withNotificationsAndroid.d.ts | 17 export declare const withNotificationIcons: ConfigPlugin<{ constant
|
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsAndroid.ts | 43 export const withNotificationIcons: ConfigPlugin<{ icon: string | null }> = (config, { icon }) => { constant 235 config = withNotificationIcons(config, { icon });
|
| /expo/packages/@expo/prebuild-config/src/plugins/__tests__/ |
| H A D | withDefaultPlugins-test.ts | 40 NotificationsPlugin.withNotificationIcons = jest.fn((config) => config);
|