Home
last modified time | relevance | path

Searched defs:setNotificationSounds (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsIOS.d.ts10 export declare function setNotificationSounds(projectRoot: string, { sounds, project, projectName, … function
H A DwithNotificationsIOS.js31 function setNotificationSounds(projectRoot, { sounds, project, projectName, }) { function
H A DwithNotificationsAndroid.js146 function setNotificationSounds(projectRoot, sounds) { function
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsIOS.ts41 export function setNotificationSounds( function
H A DwithNotificationsAndroid.ts194 export function setNotificationSounds(projectRoot: string, sounds: string[]) { function