Hi what are the libraries to install in order to use the Wonderpush notifications in react-native ? Thanks !
Asked
Active
Viewed 92 times
1 Answers
1
How about this? https://github.com/wonderpush/react-native-wonderpush
It's looks like working on React Native

ezranbayantemur
- 21
- 5
-
Thanks for your response ! I've tried this lib but when I want to `npm install` it says that `'react-native-wonderpush@latest' is not in the npm registry.` – Jats1596 Feb 20 '20 at 08:50
-
You can try `npm install "https://github.com/wonderpush/react-native-wonderpush"` – ezranbayantemur Feb 20 '20 at 08:58