I have a ScrollView
on screen act like a form, and each row has a TextInput
field. Right now when I focus on the lower TextInput, keyboard will come up and hide the input.
What I want to achieve is when any row's TextInput control gets focused, keyboard come-up and push up the focused cell so it's visible.
I saw some work-around or helper lib in github, such as react-native-keyboard-aware-scroll-view but all come with more or less issues. I wondering if there's a clean way to solve this problem?
Thanks and here's a simple illustration of the page I am talking about: