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

Component Not working with react-native 0.63 #443

Open meabed opened 4 years ago

meabed commented 4 years ago

Hey! First thank you for the awesome component 🙏 Then :) After upgrading to latest react-native 0.63 - it stopped rendering at all - when downgrading back works fine - I am not sure it could be something with the deprecation of react-native apis. It would great if this could fixed soon 👍

Thank you again ❤️

magrinj commented 3 years ago

Hello everyone,

Just created a hook to handle keyboard input like this lib does, but working more efficiently with bottom tabs, and even if ScrollView is not in full screen, feel free to take a look:

yarn add react-native-use-input-scroll-handler

https://github.com/JMagrin/use-input-scroll-handler