-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard aware scroll view #13
Comments
Dear @sobrinho, To address the issue of the keyboard obscuring input fields in your React Native application, I recommend implementing a keyboard-aware scroll view. Below are some detailed steps to assist you: 1. Utilize
|
Hi, @EvanBacon !
How can we integrate that library with something like react-native-keyboard-controller or a similar one?
Quick example: clicking on a field near to the end of the page, the keyboard hides the input:
The text was updated successfully, but these errors were encountered: