Home
last modified time | relevance | path

Searched defs:withNotificationsIOS (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsIOS.d.ts3 export declare const withNotificationsIOS: ConfigPlugin<NotificationsPluginProps>; constant
H A DwithNotificationsIOS.js8 const withNotificationsIOS = (config, { mode = 'development', sounds = [] }) => { function
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsIOS.ts15 export const withNotificationsIOS: ConfigPlugin<NotificationsPluginProps> = ( constant