wix-incubator/react-native-zss-rich-text-editor

WebView has been removed from ReactNative

srhtylmz19 opened this issue · 9 comments

i got this error on simulator but i dont use webview at all

its used by react-native-zss-rich-text-editor.

thats why i typed under this repo.

For me, the error occurs on an Android real device, and not in the iOS simulator

https://github.com/export-mike/react-native-zss-rich-text-editor/tree/ios13 removing all usage of UIWebView
here its working but having issues with the toolbar being behind the "auto-suggest"

我也遇到了相同的问题,你解决了吗

jb- commented

I replaced react-native/webview with react-native-webview.
https://github.com/jb-/react-native-zss-rich-text-editor

pod intall
It should install react-native-webview (version 10+)

Then error has gone. showing toolbar, but it does not show

nasy commented

Just installed this library and I am getting this error "Webview has been removed from React Native". Did you guys manage to solve the problem?