Results 4 comments of b1ngx
trafficstars

> ## 你的运行环境 > android > > * 插件版本: > * react-native 版本: > "jcore-react-native": "^1.7.5", > "jpush-react-native": "^2.7.6", > > ## 期望效果 > JConstants.NOTIFICATION_ID 源码里写了这个 > > ## 实际效果...

React Native 在 **0.60** 版本后加入 **Autolinking** 功能,禁用 autolink,手动 link 执行 `npm run react-native link jmessage-react-plugin` 在项目根目录添加 `react-native.config.js` 文件,增加如下内容 ```javascript module.exports = { dependencies: { 'jmessage-react-plugin': { platforms: { android: null,...