Searched refs:withNotificationsIOS (Results 1 – 5 of 5) sorted by relevance
3 exports.setNotificationSounds = exports.withNotificationSounds = exports.withNotificationsIOS = voi…8 const withNotificationsIOS = (config, { mode = 'development', sounds = [] }) => { function16 exports.withNotificationsIOS = withNotificationsIOS;
3 export declare const withNotificationsIOS: ConfigPlugin<NotificationsPluginProps>; constant
9 config = (0, withNotificationsIOS_1.withNotificationsIOS)(config, props || {});
4 import { withNotificationsIOS } from './withNotificationsIOS';36 config = withNotificationsIOS(config, props || {});
15 export const withNotificationsIOS: ConfigPlugin<NotificationsPluginProps> = ( constant