b8ne / react-native-pusher-push-notifications

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

Module PushNotifications not found #31

Closed kulkarniankita closed 5 years ago

kulkarniankita commented 6 years ago

I have a React Native project created using react-native init. I followed the instructions to install the module but keep getting the following: @b8ne @emilkarl

screen shot 2018-08-30 at 2 44 07 pm

Here are the steps: yarn add react-native-push-notification react-native link react-native-push-notification

Linking libraries: screen shot 2018-08-30 at 2 45 49 pm screen shot 2018-08-30 at 2 46 01 pm

Header search paths: screen shot 2018-08-30 at 2 46 17 pm

I also tried re-installing all node modules but still no luck. What am I missing here?

emilkarl commented 6 years ago

Did you install the Pusher Push Notifications library explained in the first part of the readme? Seems like you are missing that in your project.

https://github.com/b8ne/react-native-pusher-push-notifications#react-native-pusher-push-notifications

This module is intended to complement the setup with Carthage. This module allows that implementation to be accessed directly from React Native JS.

More information about Pusher Beams and their Swift library, push-notifications-swift, can be found on their Github repo.

There are some issues installing this repo you need to be aware of. More info can be found in issue 65.

alfonsosn commented 6 years ago

@kulkarniankita Did you get it to work?

joseygordev commented 6 years ago

Any updates ?

kulkarniankita commented 5 years ago

@alfonsosn I did get it to work by doing a carthage install