alinz / react-native-webview-bridge

React Native Webview with Javascript Bridge
MIT License
1.37k stars 493 forks source link

【IOS】RN版本0.42上Xcode编译不过 #221

Open 1049017200 opened 7 years ago

1049017200 commented 7 years ago

RN版本0.42上Xcode编译不过

huangxiaohao commented 7 years ago

check this 我也在摸索。。。还在搞明白啥意思。

Wjy1005 commented 7 years ago

40以上的需要改OC代码的头文件引入 改成类似这样 #import <React/RCTAutoInsetsProtocol.h> http://reactnative.cn/post/3277

rogerluo410 commented 7 years ago

@huangxiaohao @1049017200

The functionality has already added into RN core module.

So, the author maybe doesn't maintain the repo anymore...

Look at : https://github.com/alinz/react-native-webview-bridge/issues/206

JeremyZheng commented 7 years ago

这个东西已经停更了,RN的WebView里已经支持了,具体看WebView文档的onMessage方法