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

React Native rich text editor based on ZSSRichTextEditor
Other
841 stars 311 forks source link

WebView has been removed from ReactNative #174

Open srhtylmz19 opened 5 years ago

srhtylmz19 commented 5 years ago

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

export-mike commented 4 years ago

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

srhtylmz19 commented 4 years ago

thats why i typed under this repo.

MaxInMoon commented 4 years ago

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

export-mike commented 4 years ago

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"

zelin-zx commented 4 years ago

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

export-mike commented 4 years ago

yes see this link https://github.com/export-mike/react-native-zss-rich-text-editor/tree/ios13 it has one small issue.

jb- commented 4 years ago

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

HemantRMali commented 3 years ago

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

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

nasy commented 2 years ago

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?