jpush-react-native
jpush-react-native copied to clipboard
升级React Native 6.0
你的运行环境
- 插件版本:
- react-native 版本:0.61.5
期望效果
因react-native 0.61.+ 只支持cocoaPod集成依赖库,采用Autolink的方式。
实际效果
集成报错
重现步骤
Debug logs
包括 Android 或 iOS 的日志:
同样的问题,楼上解决了吗?
是这个错误吗?
error React Native CLI uses autolinking for native dependencies, but the following modules are linked manually:
- jpush-react-native (to unlink run: "react-native unlink jpush-react-native")
This is likely happening when upgrading React Native from below 0.60 to 0.60 or above. Going forward, you can unlink this dependency via "react-native unlink <dependency>" and it will be included in your app automatically. If a library isn't compatible with autolinking, disregard this message and notify the library maintainers.
Read more about autolinking: https://github.com/react-native-community/cli/blob/master/docs/autolinking.md
同样的问题,请问上面的老哥解决了没