I wonder how can I scroll down inside TextInput
with multiline
argument ? I saw the function onContentSizeChange
but I don't see any option to use the inside scroll programmatically.
here is an expo snack to play with (with the current situation) https://snack.expo.io/S1Gpa3pRb
the point is I'm trying to scroll the TextInput down on a new line.
(p.s I'm working on android, I also have an autoGrow option but I want to limit it in some point (this part is easy to make) but after it reach the limit I get the same reaction as the expo shows, the TextInput doesn't scroll down.)
thanks!