I have a multiline TextInput, where I don't specify the numberOfLines, immediately inside a View.
If the user is typing long content in the TextInput such that it grows to a height that's longer than the screen, I want the TextInput to automatically scroll down so that the user's typing is always visible.
How do I do this?
I believe this is similar to this past SO question, but the best solution there points to a library, react-native-input-scroll-view
, that was archived in 2021.