APSL / react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.24k stars 643 forks source link

Android usage problem #464

Open dlf434756491 opened 3 years ago

dlf434756491 commented 3 years ago

I use three inputs. When I click an input focus, I click the next input. The focus will run to the first input. What's the matter?

Great-hijack commented 3 years ago

I have similar issue. Any solution yet?