2.1.1
版本发布时间: 2017-10-20 16:57:42
jpush/jpush-react-native最新发布版本:2.8.8(2021-11-24 18:45:45)
Change Log
- Add
sendLocalNotification
usage:
var notification = {
buildId: 1,
id:5,
title:'jpush',
content:'This is a test!!!!',
extra:{key1:'value1',key2:'value2'},
fireTime:2000,
}
JPushModule.sendLocalNotification(notification);
jpush-react-native > 2.1.1 目前支持最新 react native 版本为 0.49.2