react-native-push-notification
react-native-push-notification copied to clipboard
React Native Local and Remote Notifications
Hello, I've been having this problem for a while, so basically, the local notifications were working fine until one day that they stopped working, I don't know what happened, but...
Hi! I had trouble compiling my project on React Native 0.75. I had to make changes to the following file and this solved my problem: > _node_modules\react-native-push-notification\android\build.gradle_  I removed...
Hi @Salalf01, I have added it into AppDelegate and it's worked 🎉 . ``` //Still call the javascript onNotification handler so it can display the new message right away NSDictionary...
react-native:0.61.4 react-native-push-notification: "^3.1.9" android/build.gradle: buildscript { ext { buildToolsVersion = "30.0.2" minSdkVersion = 21 compileSdkVersion = 30 targetSdkVersion = 34 // Only using Android Support libraries supportLibVersion = "30.0.0" }...
Hey guys, basically the situation is i receive a ( data-only ) remote message and then push a local notification and add actions to it, but when it comes to...
I'm having a weird behavior in my APP while working on a push notification functionality that sends notifications to a team when a camping is created. I console logged, and...
# Question Hello! How does group and groupSummary work? I recently migrated from React Native Firebase V5, to this library to handle local notifications. In RNFirebase I had to create...
After assembleRelease and installing in real device and emulator with release.apk I got the same error for every fresh installing and when recieving notificaiton ``` react-native 0.76.5 react-native-push-notification 8.1.1 @react-native-firebase/app...
ongoing?: boolean | undefined; Why this property doesnt work, i can skip notifications using this.
Im using this package, and I want to make sure that my notification is non skippable.