Searched refs:withNotificationsAndroid (Results 1 – 6 of 6) sorted by relevance
3 import { withNotificationsAndroid } from './withNotificationsAndroid';35 config = withNotificationsAndroid(config, props || {});
230 export const withNotificationsAndroid: ConfigPlugin<NotificationsPluginProps> = ( constant
8 config = (0, withNotificationsAndroid_1.withNotificationsAndroid)(config, props || {});
3 exports.withNotificationsAndroid = exports.setNotificationSounds = exports.setNotificationIconAsync…177 const withNotificationsAndroid = (config, { icon = null, color = null, sounds = [] }) => { function184 exports.withNotificationsAndroid = withNotificationsAndroid;
41 export declare const withNotificationsAndroid: ConfigPlugin<NotificationsPluginProps>;
250 …6c1df1c3186464/packages/expo-notifications/plugin/src/__tests__/withNotificationsAndroid-test.ts#L…