zetavg / react-native-system-notification

Android system notifications for React Native. Supports push notifications with GCM integrated.
https://www.npmjs.com/package/react-native-system-notification
244 stars 102 forks source link

Play custom sound when the sound is set for local notification #51

Closed varungupta85 closed 8 years ago

varungupta85 commented 8 years ago

As is, the custom sound is not played when the local notification is displayed because the sound is not set on the notification. #37

zetavg commented 8 years ago

Thanks!