mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Try out notification sound
This commit is contained in:
@@ -35,5 +35,13 @@ export default (): ExpoConfig => ({
|
||||
googleServicesFile: './configs/google-services.json',
|
||||
permissions: ['CAMERA', 'VIBRATE'],
|
||||
blockedPermissions: ['USE_BIOMETRIC', 'USE_FINGERPRINT']
|
||||
}
|
||||
},
|
||||
plugins: [
|
||||
[
|
||||
'expo-notifications',
|
||||
{
|
||||
sounds: ['./assets/sounds/boop.mp3']
|
||||
}
|
||||
]
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user