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

Update webview peer dependecy to match >11 versions and allow configuring readonly mode

Open wtomaszewski-applause opened this issue 2 years ago • 3 comments

There is a peer dependency for "react-native-webview": "^11.0.0" which doesn't allow to install library where the library is imported to project which uses >11 react-native-webview version (npm 8+). There is a workaround to use npm install --legacy-peer-deps but that is not recommended.

There is also a change to allow passing readonly property which applies readOnly mode for quill and the text is not editable. There is existing issue which is related to that topic so I think that will be a good improvement: https://github.com/imnapo/react-native-cn-quill/issues/86

wtomaszewski-applause avatar Nov 14 '23 09:11 wtomaszewski-applause

@imnapo could you take a look at that changes?

wtomaszewski-applause avatar Nov 14 '23 10:11 wtomaszewski-applause

@imnapo, is this fix coming? It has been open for a long time and is important for anyone using newer versions of WebView.

ehud-qlog avatar Jul 22 '24 06:07 ehud-qlog

I am also waiting for this fix

pecabum avatar Jul 30 '24 10:07 pecabum