react-native-push-notification
react-native-push-notification copied to clipboard
React Native Local and Remote Notifications
# Question onNotification function is not getting called when we are receiving a notification but instead it is calling when we open a notification. we want this function to get...
Hi, I need to use base64-icons in my app, as they are generated on the fly. How can I pass them to the localNotification function? ```js PushNotification.localNotification({ title: message.from, message:...
Hi everyone, I'm currently facing this issue. It will crash as soon as I invoke `PushNotification.configure` I don't understand what's going on but it's really strange: Complete stack trace: `2022-07-26...
# Bug “
I stumbled upon the same problem in android, and I was only using local notifications. Seems that firebase is called when configuring the library with `requestPermissions: true`. This fixed the...
It would be a great idea if we could add progressbar support for showing download progress, i.e. in case of using RNFetchBlob we need to show progress from Javascript thread,...
When I press on notification in IOS, data object is changed, how can i get full data of notification thank you. 
MobSF ISSUE: Files may contain hardcoded sensitive information like usernames, passwords, keys etc. FILE: com/dieam/reactnativepushnotification/modul es/RNPushNotificationHelper.java
version: 8.1.0 When: When I call the `./gradlew build` command. I got an error like: ``` react-native-push-notification/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationActions.java:75: Error: Missing permissions required by intent Intent.ACTION_CLOSE_SYSTEM_DIALOGS: android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS [MissingPermission] context.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); ```
Shouldn't one call AlarmManager.canScheduleExactAlarms() to check if we can use exact alarms before using them here? https://github.com/zo0r/react-native-push-notification/blob/fcf40a05175bb79fb5fdfe2ac31bb797bc5008bc/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java#L176-L184 I'm seeing a SecurityException from this method when this permission is not granted....