zo0r / react-native-push-notification

React Native Local and Remote Notifications
MIT License
6.75k stars 2.05k forks source link

Issue : Sound is not working #2364

Closed webiworkdeepak closed 3 months ago

webiworkdeepak commented 1 year ago

Sound is not working and also i have put the sound file into raw folder.

PushNotification.localNotificationSchedule({ channelId: channel-id, title: 'Title', message: 'Message', color: 'green', date: new Date(Date.now() + 9 * 1000), repeatType: 'day', vibrate: true, priority: 'high', usesChronometer: true, actions: ['Snooze', 'Dismiss'], playSound: true, soundName: 'alarm_sound', userInfo: {id: my_alarm}, });

webiworkdeepak commented 1 year ago

Library : "react-native": "^0.71.8", "react": "18.2.0", "react-native-push-notification": "^8.1.1",

github-actions[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.