React-native-render-html: WebView is depreciated

Created on 14 Oct 2019  路  7Comments  路  Source: meliorence/react-native-render-html

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?

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?

All 7 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fahadhaq picture fahadhaq  路  6Comments

HarrisKoffi picture HarrisKoffi  路  5Comments

sayem314 picture sayem314  路  6Comments

Pradeet picture Pradeet  路  7Comments

duansiyu picture duansiyu  路  4Comments