react-native-keyboard-aware-scroll-view icon indicating copy to clipboard operation
react-native-keyboard-aware-scroll-view copied to clipboard

Picker Component Auto Focus Capability

Open GwFreak01 opened this issue 3 years ago • 2 comments

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

GwFreak01 avatar Jan 07 '23 13:01 GwFreak01

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

GwFreak01 avatar Jan 08 '23 01:01 GwFreak01

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

JacobDel avatar Apr 17 '23 14:04 JacobDel