Searched defs:withNotificationsIOS (Results 1 – 3 of 3) sorted by relevance
3 export declare const withNotificationsIOS: ConfigPlugin<NotificationsPluginProps>; constant
8 const withNotificationsIOS = (config, { mode = 'development', sounds = [] }) => { function
15 export const withNotificationsIOS: ConfigPlugin<NotificationsPluginProps> = ( constant