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

Picker Component Auto Focus Capability #562

Open GwFreak01 opened 1 year ago

GwFreak01 commented 1 year ago

Has anyone been able to get this to work for text fields that use dropdown pickers?

GwFreak01 commented 1 year ago

So I got it to work on iOS, but Android keeps saying _scrollRef$current.scrollToPosition is not a function.

JacobDel commented 1 year ago

https://github.com/APSL/react-native-keyboard-aware-scroll-view#android-support You have to make changes to your android build to enable scrollToPosition