Fix Bug
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