Works for both Android and iOS platforms.
Pushe react native module is built on top of Pushe native sdk for android and Pushe native sdk for iOS for react native platform.
Click here to read The full documentation for Pushe React Native module.
To install the module run the following command in root of your project.
npm i -P pushe-react-native
to use the this module you can import Pushe class like bellow.
import Pushe from "pushe-react-native";
For further informations see the documentation.
There is a demo app available that implements the Pushe React Native module methods.
you can access this project in the following address here.
https://github.com/pusheco/pushe-react-native-sample
.
If there is any issue in the library or any related topics to this module, search or ask them in the github project issue page.