react-native-push-notification
react-native-push-notification copied to clipboard
React Native Local and Remote Notifications
# Question I'm using react-native-push-notification and firebase for receiving notifications in my app. I receive duplicate notifications when the app is both in the foreground and background. Does it possible...
# Question Hello, When the timezone shifts because of travel in a user's device, the local app notifications will continue to come through according to the original timezone they were...
Hello Team, i have schedule 3 notifications for 3 different time. For eg the time are 10:00 AM , 03:00 PM and 08:00 PM. I want to send notifications for...
# Question Hey i am building an app , and i want to repeat the notifications every month for 12 months ? Can anyone help me with these? I can't...
is there any way to use state onAction?? or can i pass callback function on click action btns??
Hello! Could provide me information if I can do to pin the notification in the notification center and the user could not delete this notification? For example, how does whatsApp...
When a remote notification is received, Is there a way to prevent onNotification from being called? There is an action to record an event in this, and it is inconvenient...
Hi. I am sending notification from firebase console but even i do nothing with it, it appears in notification bar. I don't want this. I want to use localNotifcation and...
# Bug Library version: x.x.x ``` "@react-native-firebase/app": "^14.2.4", "@react-native-firebase/messaging": "^14.2.4", "react-native-push-notification": "^8.1.1", "react": "17.0.2", "react-native": "0.66.2", ``` ## Steps To Reproduce ``` PushNotification.createChannel( { channelId: '******-id', channelName: '*******App', channelDescription: 'A...
I am seeing the following error when running `react-native run-android` ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:installDebug'. > java.util.concurrent.ExecutionException: com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException:...