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

# Bug Most of this issue was fixed in https://github.com/zo0r/react-native-push-notification/pull/1793 But there are a several places where this is still happening: https://github.com/zo0r/react-native-push-notification/blob/624dd152fa06471e16d3e157aa4f058fe0a01467/index.js#L239 https://github.com/zo0r/react-native-push-notification/blob/624dd152fa06471e16d3e157aa4f058fe0a01467/index.js#L159 react-native-push-notification 7.3.1

Stale

I changed some files like Android manual Installation says... AndroidManifest.xml ``` ``` android/app/src/main/res/values/colors.xml ``` #FFF ``` My package.json dependencies ``` "dependencies": { "react": "17.0.1", "react-native": "0.64.1", "react-native-push-notification": "^7.3.1" }, ```...

Stale

# Question Hi, is it possible to implement IOS push notifications (background) working on linux? As it is mentioned in `react-native-push-notification-ios` manual it is neccessary to use `npx pod-install` command...

Stale

# Feature Request ## Why it is needed Since expo is quite great development tool at least for me is there any plan to add expo plugin support ?

# Question First of all , Thank you for Authors, Contributors of this package ) You are saving my time )) Now in the documentation if We set repeatType as...

Stale

hi guys. I want to handle navigation to another screen when I tap on the notification with condition the app is closed (not running). is there any way? I can...

In the iOS app in foreground mode - a push notification received the not automatically processed its shows the notification on top. Version: "react-native-push-notification": "8.1.1", "react": "16.13.1", "react-native": "0.63.4", Tested...

Hi Team, I am creating a notification with ``` date: date,//say 6th may 2021 06:00 PM repeatType: 'day', invokeApp: Platform.OS === 'android', showWhen: true, when: date ``` - For very...

Stale

# Question What does mean popping notification? does it mean removing them from delivered notifications array? If so, setting config popInitialNotification to false doesn't work, if I understand it right....

String index out of range -1 ? ![image](https://user-images.githubusercontent.com/44763288/116839233-1f4e3d80-ac04-11eb-9265-8db6d0fecfd8.png)

Stale