react-native-rich-editor
react-native-rich-editor copied to clipboard
The cursor scrolls to the end as soon as styling item is clicked from toolbar
I'm wrapping RichEditor inside scrollView .when I choose any styling item from toolbar the editor auto scrolls to the end..it is not preserving its cursor position.
<View> <ScrollView> <RichEditor
/> </ScrollView> <RichToolbar /> </View>
Refer to the example in the example, whether you have the same problem locally.