-
Notifications
You must be signed in to change notification settings - Fork 150
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
When used with React Navigation, there is gap between keyboard and renderContent. #80
Comments
Fixed by modifying I Changed
I hope this helps people with similar problems. |
@aksmfosef11 seeing the same problem, and tried your solution, but the problem still persists. Any idea? |
This problem is related to Tracking the wrong TextInput, you need to reset Tracking when the screen get focus. To reset tracking you can use |
@djorkaeffalexandre thank you! |
When loading the first page, nothing is wrong.
However, if I go to another screen using
navigate
inReactNavigation
and then usegoBack
to return to the page with keyboard-input, there will be a gap between keyboard andrenderContent
.firstLoading
after goBack
The text was updated successfully, but these errors were encountered: