-
Notifications
You must be signed in to change notification settings - Fork 78
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
Doesnt work #9
Comments
It works fine for me on exporting to react-native 0.40. I doubt there's any breaking changes to 0.41.1? |
As an update on a separate project it actually doesn't work for me in the new project. It's really odd I'm using the same versions of react/react-native as the other project and followed the same setup. |
Did anyone get this working? I am using RN 0.48. My view still gets moved up when I set AndroidKeyboardAdjust.setAdjustNothing(). |
Doesn't work with RN 0.47.1 also |
doesn't work. please help |
Try using AndroidKeyboardAdjust.setAdjustPan(); |
Just to let you know I tried this today as I've got a situation where the Android keyboard is pushing up View's that sit at the bottom of the screen, whenever the keyboard is opened.
Followed all the instructions, did nothing. If it does actually work let me know would be nice to have control over this Android gotcha.
React Native 0.41.1
The text was updated successfully, but these errors were encountered: