WebView will not work with version RN 0.61.0
Update the following file
/node_modules/react-native-render-html/src/HTMLRenderers.js
Add this
import { WebView } from 'react-native-webview';
And remove WebView from this line
import { TouchableOpacity, Text, View, WebView, Platform } from 'react-native';
PS: when will this be updated?
It worked.. Thanks.
This is already fixed in master, the issue is that it hasn't yet been released. When can we expect another release?
When are you planning to launch release?
@ThomasHenrissat Could you please release a new version? 馃檹
Sorry I'm not in charge of this repo, please use the master branch for now.
i see, thanks
I am closing because this issue has been resolved in a recent release.
Most helpful comment
This is already fixed in master, the issue is that it hasn't yet been released. When can we expect another release?