Skip to content

Fix Bug

Choose a tag to compare

@KenChoi1992 KenChoi1992 released this 20 Oct 08:57
· 507 commits to master since this release

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