Skip to content

pusheco/pushe-react-native

Repository files navigation

Pushe React Native Module

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.

Installation

To install the module run the following command in root of your project.

npm i -P pushe-react-native

Usage

to use the this module you can import Pushe class like bellow.

import Pushe from "pushe-react-native";

For further informations see the documentation.

Demo App

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.

Issues

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.