Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Releases: Jeepeng/react-native-xinge-push

v0.7

28 May 14:40
b3e6474
Compare
Choose a tag to compare

更新日志:

  • 升级 Android SDK 到 v3.2.4
  • 修复 iOS register 监听事件不生效的问题(#17)
  • 修复 Android 绑定账号时报错的问题

需要在defaultConfig下配置

manifestPlaceholders = [
    XG_ACCESS_ID: "2100000000", // 信鸽ACCESS_ID
    XG_ACCESS_KEY: "AHW931HVxxxx", // 信鸽ACCESS_KEY
    HW_APPID: "123456789", // 华为 appid
    PACKAGE_NAME: applicationId
]

v0.6

14 May 02:18
a147100
Compare
Choose a tag to compare
Merge pull request #16 from Jeepeng/develop

iOS SDK 升级到 v3.1.1

v0.4.0

12 Mar 05:40
Compare
Choose a tag to compare
升级Android SDK到v3.2.2,支持华为官方推送通道

v0.3.0

07 Aug 10:53
Compare
Choose a tag to compare

Breaking Changes

  • Added support for RN 0.47x versions for Android

仅支持 RN 0.47 及以上,RN 0.47 以下版本用户请使用 react-native-xinge-push@0.2.2

v0.2.2

07 Aug 10:22
Compare
Choose a tag to compare
Fixed issue when account = null

v0.2.1

07 Aug 10:19
Compare
Choose a tag to compare

Update .npmignore

v0.2.0

13 Jun 06:34
Compare
Choose a tag to compare

Android端支持 setApplicationIconBadgeNumbergetApplicationIconBadgeNumber

v0.1.4

09 Jun 08:24
Compare
Choose a tag to compare
app运行时,notification 加入 clicked 属性,标记通知是否被点击

v0.1.3

07 Jun 11:27
Compare
Choose a tag to compare

bug fixes