zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.78k stars 749 forks source link

Play sound as notification sound in android #673

Open vbashiri opened 4 years ago

vbashiri commented 4 years ago

Is there anyway I can play sound as notification sound in android, so when phone is silent, the sound doesn't play? Or detect if phone is silent? getSystemVolume only give media volume in android. :(

lovetofail commented 4 years ago

Use notifySound.setCategory("Ambient");