React Native android 常见错误和解决方法

Unknown argument type 'attribute' in method -[RCTAppState getCurrentAppState:error:]. Extend RCTConvert to support this type.这个 BUG 是 Xcode.11 引起的, 可以查看这个问题的提交记录,链接为:https://github.com/facebook/react-...阅读全文
2258次浏览 0 条评论 1次感谢

React Native和web交互

React Native 和 H5 交互//接收来自H5的消息onMessage = (e) = { Log("WebView onMessage 收到H5参数:", e.nativeEvent.data); let params = e.nativeEvent.data; params = JSON.parse(params); Log("WebView onMessage 收到H5参数...阅读全文
3149次浏览 0 条评论 7次感谢

React Native ios 常见错误和解决方法

常规错误问题CFBundleIdentifier", Does Not Exist这个问题不存在的, 说什么包不完整都是扯. 直接在xcode 里面运行调试. 找错误.一步一步解决,其他错误解决了. 这个问题也就不存在了warning: directory not found for option目录文件缺失,npm install , pod install , react-native lin...阅读全文
9752次浏览 0 条评论 9次感谢