jpush-react-native icon indicating copy to clipboard operation
jpush-react-native copied to clipboard

JPush's officially supported React Native plugin (Android & iOS). 极光推送官方支持的 React Native 插件(Android & iOS)。

Results 146 jpush-react-native issues
Sort by recently updated
recently updated
newest added

![29c0dc8c14c0370c65b46641a0f6de4f](https://github.com/jpush/jpush-react-native/assets/12253453/fbb79b6a-8ae1-484b-bc0f-246471f0045a) ![截屏2024-06-19 16 00 14](https://github.com/jpush/jpush-react-native/assets/12253453/4b2c4292-1578-405c-850a-d1b2b6406968)

rn 的鸿蒙版本已经出来了,这个插件是否会适配鸿蒙呢

## 你的运行环境 ![image](https://github.com/user-attachments/assets/d4354412-5659-4120-a8c4-1175a4c5e77a) * 插件版本: 3.1.1 * react-native 版本:0.75.2 ![image](https://github.com/user-attachments/assets/faef1d1d-9cd0-4a45-a425-ea5610f59f7a) ![image](https://github.com/user-attachments/assets/dac8101c-7d51-421e-bea9-9ba390595dbe) ## 期望效果 android 正常打包

## 你的运行环境 * 插件版本: 3.1.0 * react-native 版本:0.74.5 ## 期望效果 提供Expo的快速集成方式以及示例代码 ## 实际效果 目前大部分RN开发者都是通过expo来进行应用开发,为了提高用户的友好程度与集成效率,应该提供expo的快速集成方式以及示例代码。 ## 重现步骤 暂无 ## Debug logs 暂无

## 你的运行环境 * "react-native": "0.73.8" * "jcore-react-native": "^2.2.1" * "jpush-react-native": "^3.1.0" ## 期望效果 Android 点击桌面通知消息进入应用,并触发 addNotificationListener 打开消息的回调,拿到extras中自定义的url参数完成页面跳转 ## 实际效果 Android 点击桌面通知消息进入应用,没有触发 addNotificationListener 打开消息的回调 ## 重现步骤 1. 极光后台推送,应用收到推送消息 2. 点击推送消息进入应用 消息体:...

## 你的运行环境 macos arm64 * 插件版本: "jcore-react-native": "^2.2.1","jpush-react-native": "^3.1.0" * react-native 版本:0.74.5 ## 期望效果 希望使用enableProguardInReleaseBuilds压缩能正常使用 ## 实际效果 开启enableProguardInReleaseBuilds后 无法正确的获取到registerID ## 重现步骤 1. 下载master分支 2. 将build.gradle里面enableProguardInReleaseBuild改为true 3. build发布版本的release的apk包 ## Debug logs...

## 你的运行环境 * 插件版本: "jcore-react-native": "^2.1.9", "jpush-react-native": "^3.0.9", * react-native 版本: "react": "18.2.0", "react-native": "0.72.4", ## 期望效果 处理消息完毕之后,把通知栏目对应的消息去掉 ## 实际效果 报错:Value for nitificationId cannot be cast from String to Double...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

## 你的运行环境 * 插件版本: * react-native 版本:0.64.4 * jpush-react-native: 2.8.8 * jcore-react-native:1.9.5 ## 期望效果 build success ## 实际效果 JPush build失败 ## 重现步骤 1. 下载依赖 2. 执行build ## Debug logs 包括...