Home
last modified time | relevance | path

Searched refs:withNotificationsAndroid (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-notifications/plugin/src/
H A DwithNotifications.ts3 import { withNotificationsAndroid } from './withNotificationsAndroid';
35 config = withNotificationsAndroid(config, props || {});
H A DwithNotificationsAndroid.ts230 export const withNotificationsAndroid: ConfigPlugin<NotificationsPluginProps> = ( constant
/expo/packages/expo-notifications/plugin/build/
H A DwithNotifications.js8 config = (0, withNotificationsAndroid_1.withNotificationsAndroid)(config, props || {});
H A DwithNotificationsAndroid.js3 exports.withNotificationsAndroid = exports.setNotificationSounds = exports.setNotificationIconAsync…
177 const withNotificationsAndroid = (config, { icon = null, color = null, sounds = [] }) => { function
184 exports.withNotificationsAndroid = withNotificationsAndroid;
H A DwithNotificationsAndroid.d.ts41 export declare const withNotificationsAndroid: ConfigPlugin<NotificationsPluginProps>;
/expo/docs/pages/config-plugins/
H A Ddevelopment-and-debugging.mdx250 …6c1df1c3186464/packages/expo-notifications/plugin/src/__tests__/withNotificationsAndroid-test.ts#L…