react-native-push-notification icon indicating copy to clipboard operation
react-native-push-notification copied to clipboard

React Native Local and Remote Notifications

Results 239 react-native-push-notification issues
Sort by recently updated
recently updated
newest added

I faced an error. For android 12 and higher, if there is an then it must need to have android:exported="true | false" . This changes is as per error message....

How to schedule a notification from the `start date` to till the `end date`. eg: start date - `2022-08-09 12:10:00Z` end date - `2023-05-09 12:10:00Z` I tried the find all...

I am trying to run the application but I am gettting error. ## Environment info `react-native info` output: ```bash // paste it here React Native Environment Info: System: OS: macOS...

After upgrading my targetSdkVersion and compileSdkVersion to 31 (Android 12), I am getting the following error when attempting to schedule any notification that includes a "ReplyInput" action on an Android...

hi, I have integrated the library to my project following all the steps described in installation and manual setup. I am using firebase messaging 14.11.0 and react native push notifications...

Hello, I started getting this error recently even though was working before when trying to make IPA by using Xcode Archive. I don't know much about Ios, i am using...

hi, I implementing push notifications and have a checkbox to toggle push notifications. I am using ` PushNotification.checkPermissions((permissions) => { switch (permissions.authorizationStatus) { case 1: // denied PushNotification.requestPermissions() .catch((error) =>...

Android 12 we are getting crash when clicking on Notification. Please check the error log :- `FATAL EXCEPTION: main Process: in.ap.doctordhanush.uttarakandtm, PID: 10238 java.lang.RuntimeException: Unable to start receiver com.dieam.reactnativepushnotification.modules.RNPushNotificationActions: java.lang.SecurityException:...

Hello, I have schedule two notification on same date for different time using different channel ID. My notification dates are: - **2021-07-17T07:15:00.656Z** and **2021-07-17T07:00:00.291Z**. it will work fine on same...

Stale

Hi, Thanks for sharing the library. I have tried to implement it in my application. For some phones, it's working fine but for Vivo badge count is not visible. Other...