ReactNative 0.32版本在Xcode8.0下运行报错
1、RCTSRWebSocket.m报错
如图:

需要在前面加上(void) 即可解决function的返回值问题。

2、RCTCustomScrollView.m报错

在RCTCustomScrollView.m添加属性 RCTRefreshControl * refreshControl

参考:
http://blog.csdn.net/lvchenqiang_/article/details/52692705
ReactNative 0.32版本在Xcode8.0下运行报错
如图:
需要在前面加上(void) 即可解决function的返回值问题。
在RCTCustomScrollView.m添加属性 RCTRefreshControl * refreshControl
参考:
http://blog.csdn.net/lvchenqiang_/article/details/52692705
本文标题:ReactNative 在Xcode8.0运行报错
本文链接:https://www.haomeiwen.com/subject/joyduttx.html
网友评论