react-native-pusher-push-notifications
react-native-pusher-push-notifications copied to clipboard
I can't init push notification
trafficstars
I am getting this error when init push notification using this code
RNPusherPushNotifications.setInstanceId(Pusher.PUSHER_INSTANCE_ID);
ERROR TypeError: Cannot read property 'setAppKey' of null
I got the same.
I updated react-native in v0.71.3
My bad I forgot to add this
packages.add(new RNPusherPushNotificationsPackage()); // << Make sure this line is here
in mainApplication.java
Same issue on android
@arochedy can you share the steps for manual installation?
**traxx10 ** com
did you find any solution?