Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsIOS.js3 exports.setNotificationSounds = exports.withNotificationSounds = exports.withNotificationsIOS = voi…
13 config = (0, exports.withNotificationSounds)(config, { sounds });
17 const withNotificationSounds = (config, { sounds }) => { function
27 exports.withNotificationSounds = withNotificationSounds;
H A DwithNotificationsAndroid.js3 …rts.getNotificationColor = exports.getNotificationIcon = exports.withNotificationSounds = exports.…
57 const withNotificationSounds = (config, { sounds }) => { function
66 exports.withNotificationSounds = withNotificationSounds;
181 config = (0, exports.withNotificationSounds)(config, { sounds });
H A DwithNotificationsIOS.d.ts4 export declare const withNotificationSounds: ConfigPlugin<{ constant
H A DwithNotificationsAndroid.d.ts27 export declare const withNotificationSounds: ConfigPlugin<{ constant
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsIOS.ts23 config = withNotificationSounds(config, { sounds });
27 export const withNotificationSounds: ConfigPlugin<{ sounds: string[] }> = (config, { sounds }) => { constant
H A DwithNotificationsAndroid.ts80 export const withNotificationSounds: ConfigPlugin<{ sounds: string[] }> = (config, { sounds }) => { constant
237 config = withNotificationSounds(config, { sounds });