2.6.1 • Published 6 months ago

zego-zpns-react-native v2.6.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

zego-zpns-react-native

Getting started

$ npm install zego-zpns-react-native --save

Mostly automatic installation

$ react-native link zego-zpns-react-native

Usage

import ZPNs from 'zego-zpns-react-native';

ZPNs.setPushConfig({ enableFCMPush: true });
ZPNs.enableDebug(true);

const zpns = ZPNs.getInstance();

zpns.on('registered', console.log);
zpns.on('notificationArrived', console.log);
zpns.on('notificationClicked', console.log);
zpns.on('throughMessageReceived', console.log);

zpns.applyNotificationPermission();

zpns.registerPush();
2.6.1

6 months ago

2.6.0

6 months ago

2.5.0-alpha

8 months ago

2.5.0

8 months ago

2.4.0

10 months ago

2.3.0

1 year ago

2.3.2

1 year ago

2.3.1

1 year ago

2.3.4

1 year ago

2.3.3

1 year ago

2.3.6

12 months ago

2.3.5

1 year ago

2.2.0

1 year ago