alinz / react-native-webview-bridge

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

Does not work in iOS #222

Open huangxiaohao opened 7 years ago

huangxiaohao commented 7 years ago

hey, there have a issue in my project.

error message:

'WebViewBridge' has no propType for native prop 'RCTWebViewBridge.keyboardDisplayRequiresUserAction' of native type 'BOOL' If you haven't changed this prop yourself, this usually means that your versions of the native code and JavaScript code are out of sync. Updating both should make this error go away.

I checked the Issues, and I don't find what I need. And my RN version is "react-native": "0.41.2" . Have some one can help me?

highruned commented 7 years ago

Need to delete this line: https://github.com/alinz/react-native-webview-bridge/blob/master/ios/RCTWebViewBridgeManager.m#L53