-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: null is not an object (evaluating '_reactNativeNotificationSounds.default.getNotifications') #6
Comments
Hi @avinashsahoo , |
the same with me - android device. lib ver 0.2.2. my code: import NotificationSounds, { playSampleSound } from "react-native-notification-sounds"; and on componentDidMount NotificationSounds.getNotifications().then(soundsList => { |
Hi @avinashsahoo were you to solve this issue. I had same running on ios simulator and phone connected to metro I am using Xiaomi one. |
I'm having this issue on android device. Same code on docs |
Same issue! |
Does it give the same error when you run the example repo? |
same issue |
Hope you are doing great! |
I'm getting this error
TypeError: null is not an object (evaluating '_reactNativeNotificationSounds.default.getNotifications')
when i call NotificationSounds.getNotifications().
The text was updated successfully, but these errors were encountered: