alinz / react-native-webview-bridge

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

Android: `WebView has no propType for native prop `RCTWebViewBridge.messagingEnabled` #203

Open avishayil opened 7 years ago

avishayil commented 7 years ago

Android Error

V2 branch. Happens only on Android, on iOS works just fine.

vvavepacket commented 7 years ago

were u able to solve this? i encountered the same. screen shot 2017-08-19 at 11 18 01 pm

robertjuh commented 6 years ago

i have the same error when trying this in viro react.

react-native -v gives this result: react-native-cli: 2.0.1 react-native: 0.47.2

and this code:


    _getWebViewComponent(){
        return(
            <WebView
                source={{uri: 'https://github.com/facebook/react-native'}}
            />
        )
    }