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

keyboardDismissMode="on-drag" not work on Android #548

Open ChenAndKai opened 1 year ago

ChenAndKai commented 1 year ago

I want to collapse the keyboard by scrolling the screen, so I use keyboardDismissMode="on-drag".This works perfectly on IOS, but doesn't work on android. So where did I miss out? Or is this only available on IOS