React Native报错收集
文章目录
- React Native报错收集
- 1. Native module cannot be null
React Native报错收集
1. Native module cannot be null
解决方法
:
- podfile里面缺少相关的React tive相关模块, 添加对应的module,然后pod install即可
- NativeModules引入原生module类时,导入信息不对,看看是不是原生界面对应的类名
以上是 React Native报错收集 的全部内容, 来源链接: utcz.com/z/382841.html