Home
last modified time | relevance | path

Searched defs:getNotificationIcon (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.d.ts13 export declare function getNotificationIcon(config: ExpoConfig): string | null; function
H A DwithAndroidNotifications.js91 function getNotificationIcon(config) { function
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.d.ts30 export declare function getNotificationIcon(config: ExpoConfig): string | null; function
H A DwithNotificationsAndroid.js67 function getNotificationIcon(config) { function
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts56 export function getNotificationIcon(config: ExpoConfig) { function
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts90 export function getNotificationIcon(config: ExpoConfig) { function