imnapo / react-native-cn-richtext-editor

Richtext editor for react native
MIT License
218 stars 113 forks source link

Editor shows text starting from the end rather than the beginning #75

Open cbbernier opened 5 years ago

cbbernier commented 5 years ago

Hi, Thank you for this amazing library, is very useful. Sometimes I have a long string of text as the initial value of the editor. But when the text surpasses the height of the screen, the editor goes right to the end of the text rather than the start. I would like the editor to initially show the top or start of the text to give the user a clear idea of where he is at. This is an iOS app. I found a related post in stackoverflow but still doesn't work. Is there a way to do that?