Update webview peer dependecy to match >11 versions and allow configuring readonly mode
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
@imnapo could you take a look at that changes?
@imnapo, is this fix coming? It has been open for a long time and is important for anyone using newer versions of WebView.
I am also waiting for this fix