b8ne / react-native-pusher-push-notifications

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

Issues running on android #62

Closed pedromcunha closed 3 years ago

pedromcunha commented 3 years ago

Getting this error on android after following the installation steps. Haven't had any luck trying to fix. Can anyone provide some guidance?

restevents/MainApplication.java:28: error: package com.b8ne.RNPusherPushNotifications does not exist
import com.b8ne.RNPusherPushNotifications.RNPusherPushNotificationsPackage;
pedromcunha commented 3 years ago

I was able to figure out the issue. It was related to my configuration. Halfway through the android setup I switched to the beams official android guide and forgot to add this very important line: implementation project(':react-native-pusher-push-notifications')

Closing the issue now, sorry about the noise.