react-native-cn-quill icon indicating copy to clipboard operation
react-native-cn-quill copied to clipboard

react-native-webview pakge issue too old verion

Open UmairHhc opened this issue 1 year ago • 1 comments

please update React-native-webview pakg

UmairHhc avatar Oct 10 '24 13:10 UmairHhc

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';

Rohit-Parte avatar Jan 05 '25 15:01 Rohit-Parte