-
Notifications
You must be signed in to change notification settings - Fork 293
presentLocalNotification doesn't work #105
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
Comments
I am experiencing the same issue. same react-native version :( |
+1 react-native-push-notification #1371
|
I downgraded "@react-native-community/push-notification-ios" to 1.1.0 and now everything work as expected. |
its not working for me :( |
i am using firebase and its worked with upgrade to v6.4.1-alpha.0 zo0r/react-native-push-notification#1371 (comment) |
I am experiencing the same issue. "@react-native-community/push-notification-ios": "^1.2.2" |
Tested with
|
I am experiencing the same issue. Were you able to figure out a solution? |
presentLocalNotification is now deprecated. please use addNotificationRequest introduced in v1.7.0 |
Could you please help me. This code not working:
PushNotificationIOS.presentLocalNotification({ alertTitle: 'test', alertBody: 'test2', })
I configured AppDelegate.m and AppDelegate.h according your instructions, but can't show any notifications in foreground. React Native v0.62.2.
The text was updated successfully, but these errors were encountered: