Searched refs:withNotificationSounds (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsIOS.js | 3 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 D | withNotificationsAndroid.js | 3 …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 D | withNotificationsIOS.d.ts | 4 export declare const withNotificationSounds: ConfigPlugin<{ constant
|
| H A D | withNotificationsAndroid.d.ts | 27 export declare const withNotificationSounds: ConfigPlugin<{ constant
|
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsIOS.ts | 23 config = withNotificationSounds(config, { sounds }); 27 export const withNotificationSounds: ConfigPlugin<{ sounds: string[] }> = (config, { sounds }) => { constant
|
| H A D | withNotificationsAndroid.ts | 80 export const withNotificationSounds: ConfigPlugin<{ sounds: string[] }> = (config, { sounds }) => { constant 237 config = withNotificationSounds(config, { sounds });
|