View Code? Open in Web Editor
NEW
This project forked from jpush/jpush-react-native
jpush-react-native
Home Page: http://docs.jiguang.cn
License: MIT License
JavaScript 78.07%
Ruby 2.72%
TypeScript 19.21%
jpush-react-native's Introduction
- This repository has been migrated to GitCode:OpenHarmony-SIG/rntpc_jpush-react-native
- The package name has been changed to
@react-native-ohos/jpush-react-native and is now available for direct download from npm.
- For more details, please refer to the README in the new repository.
- Archived documentation for versions in this repository can be found here: Link
jpush-react-native's People
jpush-react-native's Issues
描述 / Description
setProperties、deleteProperties、cleanProperties、pageEnterTo、pageLeave、initCrashHandler、setMaxGeofenceNumber、deleteGeofence、addNotificationListener、addInappMessageListener这些方法在极光推送harmonyOS-SDK中暂未支持,setLoggerEnable、init需要在hap应用EntryAbility中onCreate方法中配置
复现步骤 / Steps to reproduce
No response
库版本 / Library version
3.1.1-0.0.1
React Native OpenHarmony version
0.72.28
构建类型 / Build type
Debug app & dev bundle
设备 / Device
Real device
设备版本 / Device model
HUAWEI mate 60 NEXT.0.0.60
已悉知 / Acknowledgements
Yes
描述 / Description
public setBadge(params: JPushParams) {
let n = params.badge;
if (n && n > 0) {
JPushInterface.setBadgeNumber(n)
}
};
复现步骤 / Steps to reproduce
- JPush.setBadge({ badge: 0, appBadge: 0 })
库版本 / Library version
3.1.1-0.0.5
React Native OpenHarmony version
0.72.5
构建类型 / Build type
None
设备 / Device
None
设备版本 / Device model
Mate 60 pro
已悉知 / Acknowledgements
Yes
描述 / Description
har包缺少编译文件,打包不完整,导致引入到工程报错
复现步骤 / Steps to reproduce
No response
库版本 / Library version
3.1.1-0.0.2
React Native OpenHarmony version
0.72.33
构建类型 / Build type
Debug app & dev bundle
设备 / Device
Real device
设备版本 / Device model
Mate 60 Pro (NEXT0.0.0.36)
已悉知 / Acknowledgements
Yes