react-native-pusher-push-notifications
react-native-pusher-push-notifications copied to clipboard
Manage pusher interest subscriptions and notification events in Javascript.
Hi, how can I reset the badge value from the app ? thank you
hi, I like your lib, thank you for that, I was successfully doing it in android side, but I have problem in IOS side, I was following everthing in this...
`setUserId` has the signature: ``` setUserId: (userId, token, onError, onSuccess) ``` but nothing in the library returns the device token (which I assume is what that is)? If that's required...
Not a huge issue but looks like the underlying library would prefer `pushNotifications.start` to be called on init, which makes sense. ``` [PushNotifications]: Warning: You should call `pushNotifications.start` from the...
My project uses react-native-pusher-push-notifications for push notification. But the app is failing to launch on android 12 devices. The issue showing when trying to launch on emulator is android:exported needs...
Android application crashes when calling `clearAllState`. Error: ``` NullPointerException: Attempt to invoke virtual method 'void com.b8ne.RNPusherPushNotifications.PusherWrapper.clearAllState()' on a null object reference ``` Versions: ``` "react-native": "0.65.1", "react-native-pusher-push-notifications": "^2.5.2" ``` Note:...
I have encountered the following errors when running with Fastlane `gradle(task: "assemble", build_type: 'Release')`. I have no problem when compiling the lab bundle or from android studio. ``` 1: Task...
The specified Android SDK Build Tools version (28.0.3) is ignored, as it is below the minimum supported version (30.0.3) for Android Gradle Plugin 7.4.2. Android SDK Build Tools 30.0.3 will...