react-native-zss-rich-text-editor
react-native-zss-rich-text-editor copied to clipboard
WebView has been removed from ReactNative
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"
我也遇到了相同的问题,你解决了吗
yes see this link https://github.com/export-mike/react-native-zss-rich-text-editor/tree/ios13 it has one small issue.
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 <RichTextEditor>
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?