react-native-cn-quill
react-native-cn-quill copied to clipboard
react-native-webview pakge issue too old verion
please update React-native-webview pakg
PR for this issue is pending to merge since a year.
For work around, I'm able to get it done by changing value of dataDetectorTypes='none' to dataDetectorTypes={["none"]} in quill-editor.tsx > renderWebview > WebView. And imported this library outside node_modules as
import QuillEditor, { QuillToolbar } from '../../components/react-native-cn-quill/src';