Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsIOS.d.ts4 export declare const withNotificationSounds: ConfigPlugin<{ constant
H A DwithNotificationsAndroid.d.ts27 export declare const withNotificationSounds: ConfigPlugin<{ constant
H A DwithNotificationsIOS.js17 const withNotificationSounds = (config, { sounds }) => { function
H A DwithNotificationsAndroid.js57 const withNotificationSounds = (config, { sounds }) => { function
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsIOS.ts27 export const withNotificationSounds: ConfigPlugin<{ sounds: string[] }> = (config, { sounds }) => { constant
H A DwithNotificationsAndroid.ts80 export const withNotificationSounds: ConfigPlugin<{ sounds: string[] }> = (config, { sounds }) => { constant