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

when keyboard is showing, any tap event will not trigger but dismiss the keyboard #436

Closed xiaohui-hiwintech closed 4 years ago

xiaohui-hiwintech commented 4 years ago

just like #434 , when keyboard is showing, when you tap other component, the tap event do nothing but dismiss the keyboard. any suggestions?

xiaohui-hiwintech commented 4 years ago

sorry, i found the solution in #233