Open filipstev opened 3 years ago
Thanks! I also used the getContents() to store the value of the first editor and then used setContents() on the second one. But would your solution be scrollable if there's loads of text?
Because of the wrapping View it wouldn't be scrollable.
Our use case renders the content completely in a wrapping ScrollView using the autoSize feature. Small bugfix for that is here: https://github.com/imnapo/react-native-cn-quill/pull/72
I achieved this using the following workaround;