Home
last modified time | relevance | path

Searched refs:setNotificationSounds (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsIOS.js3 exports.setNotificationSounds = exports.withNotificationSounds = exports.withNotificationsIOS = voi…
19 setNotificationSounds(config.modRequest.projectRoot, {
31 function setNotificationSounds(projectRoot, { sounds, project, projectName, }) { function
58 exports.setNotificationSounds = setNotificationSounds;
H A DwithNotificationsAndroid.js3 exports.withNotificationsAndroid = exports.setNotificationSounds = exports.setNotificationIconAsync…
61 setNotificationSounds(config.modRequest.projectRoot, sounds);
146 function setNotificationSounds(projectRoot, sounds) { function
155 exports.setNotificationSounds = setNotificationSounds;
H A DwithNotificationsIOS.d.ts10 export declare function setNotificationSounds(projectRoot: string, { sounds, project, projectName, … function
H A DwithNotificationsAndroid.d.ts40 export declare function setNotificationSounds(projectRoot: string, sounds: string[]): void;
/expo/packages/expo-notifications/plugin/src/__tests__/
H A DwithNotificationsiOS-test.ts6 import { setNotificationSounds } from '../withNotificationsIOS';
47 setNotificationSounds(projectRoot, {
H A DwithNotificationsAndroid-test.ts9 setNotificationSounds,
93 setNotificationSounds(projectRoot, ['/app/assets/notificationSound.wav']);
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsIOS.ts29 setNotificationSounds(config.modRequest.projectRoot, {
41 export function setNotificationSounds( function
H A DwithNotificationsAndroid.ts84 setNotificationSounds(config.modRequest.projectRoot, sounds);
194 export function setNotificationSounds(projectRoot: string, sounds: string[]) { function