react-native-push-notification
react-native-push-notification copied to clipboard
React Native Local and Remote Notifications
# Feature Request A method to get the token. ## Why it is needed It would be easier to use the package. Currently you have to save the token from...
# Bug I couldn't find a similar case in the other issues but most of the time the notifications appear fine except is some case when the phone is locked...
When to many notification the app the crash when you click the whole unexpanded notification. How to handle this situation ? 
Hi!  my notification works fine on android and ios but in some android devices (motorola) instead of my app icon appear a grey square.. How I can fix it?...
onNotification is not even gets called on the **example app** on receiving notification. While triggering instant local notification or scheduled notification, onNotification isn't gets called on receiving. It gets called...
I'd like to generate local push notifications and also receive and display notifications receiving from FCM also. Do I need install `@react-native-firebase` also so my App will get notifications from...
Is there a option of subscribe and unsubscribe topic in IOS & Android both?
# Question Hi, first of all, thank you for the amazing library that you guys created and maintained. I'm currently trying to implement a persistent floating notification like the following...
# Bug Push notifications can able receive in receiver but could not display in Status bar. ## Environment info ```bash System: OS: macOS 10.15.6 CPU: (4) x64 Intel(R) Core(TM) i5-5350U...
notification.finish is not for localNotificationSchedule until I touch the info, I want to findout the callback ,eg: now is 9:00 , localNotificationSchedule will work at 10:00, when it alert,I want...