1

Hi what are the libraries to install in order to use the Wonderpush notifications in react-native ? Thanks !

Jats1596
  • 1,117
  • 1
  • 13
  • 20

1 Answers1

1

How about this? https://github.com/wonderpush/react-native-wonderpush
It's looks like working on React Native

  • 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