imnapo / react-native-cn-quill

Quill rich-text editor for react-native
MIT License
185 stars 72 forks source link

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

Open wtomaszewski-applause opened 10 months ago

wtomaszewski-applause commented 10 months ago

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 commented 10 months ago

@imnapo could you take a look at that changes?

ehud-qlog commented 1 month ago

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

pecabum commented 1 month ago

I am also waiting for this fix