2.2.1
版本发布时间: 2018-04-28 15:40:20
jpush/jpush-react-native最新发布版本:2.8.8(2021-11-24 18:45:45)
Change Log:
- unify remote notifcation field, iOS will add extras field just like android. NOTICE: If you extras-keys contain extras key, it will move into extras field, so you need adjust you code like that:
JPushModule.addReceiveNotificationListener( notification => {
// old:
const oldExtrasString = notifcation.extras;
// new:
const newExtrasString = notification.extras.extras;
})
Add API: