Austin Wood
Austin Wood
I've encountered same issue and this happens when `value` props value contains null value and it causes app crash. double check if values array contains null value like simple below...
if quill editor is inside scrollview, quill editor scroll not working for long text. it's not working in android only - in ios, it performs well.
quill editor is embedded in webview and it is known bug of react native that webview is not scrollable inside scrollview. if someone encountered this problem, please let me know...
this issue can be fixed by setting **nestedScrollEnabled** to true in **_renderWebview_** function of **quill-editor.tsx**. and also, set **scrollEnabled** props to true and simply run **_'npx patch-package react-native-cn-quill'_** to make...