b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
96 stars 85 forks source link

I can't init push notification #108

Open AngelDev0329 opened 1 year ago

AngelDev0329 commented 1 year ago

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
arochedy commented 1 year ago

I got the same.

I updated react-native in v0.71.3

arochedy commented 1 year ago

My bad I forgot to add this

packages.add(new RNPusherPushNotificationsPackage()); // << Make sure this line is here in mainApplication.java

traxx10 commented 11 months ago

Same issue on android

Lakshyakatarmal commented 2 weeks ago

@arochedy can you share the steps for manual installation?

Lakshyakatarmal commented 2 weeks ago

traxx10 com

did you find any solution?