Skip to content

Releases: jpush/jpush-react-native

v1.6.2 Fix bug

08 May 09:41
Compare
Choose a tag to compare

更新日志

  • Android
    修复 React instance 尚未完全初始化后调用 JS Module 的 bug

Change Log

  • Android
    Fix bug: calling JS Module while React instance has not fully set up.

1.6.1 修复 bug,更新 demo

03 May 08:25
Compare
Choose a tag to compare

更新日志

更新 README。

  • Android
    更新 Android demo, 点击通知跳转到指定界面详情参考 demo。

Change Log

Updated README.

  • Android
    Upgraded Android demo, how to implement click notification jump to appointed page please refer to demo.

v1.6.0 升级 JPush SDK

18 Apr 02:24
Compare
Choose a tag to compare

改动日志

  • Android & iOS
    更新 JPush SDK 到 v3.0.5。

Change Log

  • Android & iOS
    Updated JPush SDK to v3.0.5.

v1.5.6 Release 修复 Bug

07 Apr 07:53
Compare
Choose a tag to compare

改动日志

Android

  • 修复在 App 不在运行状态下重复收到推送的 bug

Change Log

Android

  • Fix receiving same notification bug while app is not running.

v1.5.4 改进脚本

06 Apr 01:49
Compare
Choose a tag to compare

Change Log

  • 改进自动配置脚本

Release v1.5.3

06 Apr 01:55
Compare
Choose a tag to compare

change log:
fix ios isJPushDidLogin status error bug

更新改动:
修复热更新 isJPushDidLogin 状态错误问题

v1.5.2 Release

06 Mar 06:28
Compare
Choose a tag to compare

Change Log

  • Android

Receive notifications while app is not running(background or foreground), will save as local notifications.

v1.5.1 Release

01 Mar 08:54
Compare
Choose a tag to compare

Change Log

  • Android

Add try-catch to receiver when receiving ACTION_REGISTRATION_ID , avoid crash while ReactContext is null.

v1.5.0 release

23 Feb 05:57
Compare
Choose a tag to compare

change log:
added rnpm sharedLibraries in package.json.
After 1.5.0 version, do not have to add sharedLibraries manually

change log:
在 package.json 添加 rnpm sharedLibraries 工程中的必要库,1.5.0 版本之后不需要手动添加这些库了

v1.4.6 release

21 Feb 14:12
Compare
Choose a tag to compare

fix bug:
fix hot reload Duplicate subscription notification bug.

修复bug:
修复热更新重复订阅的bug。