1.6.3 • Published 6 years ago

react-native-pushe v1.6.3

Weekly downloads
104
License
-
Repository
-
Last release
6 years ago

react-native-pushe

Installation

To install the plugin using npm run bellow code in your terminal:

$ npm i -P react-native-pushe

Then to link react-native-pushe plugin to your react-native application run bellow command:

$ react-native link react-native-pushe

Android

Add bellow line in your application's manifest file under application tag:

<meta-data android:name="co.ronash.pushe.token" android:value="PUSHE_TOKEN"/>

You can get your pushe_token in console.pushe.co

Usage of plugin in react

to import the plugin use bellow line in your javascript file:

import Pushe from 'react-native-pushe'

Then use bellow line (in your constructor) to run the pushe servcie:

Pushe.initialize(true);

1.6.3

6 years ago

1.6.0

6 years ago

1.5.0

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago