Home
last modified time | relevance | path

Searched refs:withNotificationsIOS (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsIOS.js3 exports.setNotificationSounds = exports.withNotificationSounds = exports.withNotificationsIOS = voi…
8 const withNotificationsIOS = (config, { mode = 'development', sounds = [] }) => { function
16 exports.withNotificationsIOS = withNotificationsIOS;
H A DwithNotificationsIOS.d.ts3 export declare const withNotificationsIOS: ConfigPlugin<NotificationsPluginProps>; constant
H A DwithNotifications.js9 config = (0, withNotificationsIOS_1.withNotificationsIOS)(config, props || {});
/expo/packages/expo-notifications/plugin/src/
H A DwithNotifications.ts4 import { withNotificationsIOS } from './withNotificationsIOS';
36 config = withNotificationsIOS(config, props || {});
H A DwithNotificationsIOS.ts15 export const withNotificationsIOS: ConfigPlugin<NotificationsPluginProps> = ( constant