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

Get rid from the keyboard opening delay [Suggestion] #471

Open geo-vi opened 3 years ago

geo-vi commented 3 years ago

I've stumbled across the keyboard issue and this lib solves it perfect however, there is the delay which makes it look a bit "laggy".

The library below addresses the issue and also applies a more dynamic fix. I suggest updating the current lib and adding it as a dependency. https://github.com/thomasgazzoni/react-native-keyboard-area

Would you be interested in a PR with this?