-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[KeyboardAvoidingView] Possible bug on android when typing on text input #14967
Comments
Update: It doesn't happen on Android < 7. |
I'm currently experiencing a similar issue on my app... the behavior of my KeyboardAvoidingView is set to "position", and it behaves perfectly on iOS but results in a rather large gap on Android. Would love to hear more about the progress of this issue. |
@Nickersoft i tried all the different |
Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we're automatically closing issues after a period of inactivity. Please do not take it personally! If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:
If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution. |
Did you ever end up solving this issue? |
Is this a bug report?
Yes
Have you read the Bugs section of the Contributing to React Native Guide?
Yes
Environment
react-native-cli: 2.0.1
react-native: 0.46.1
npm 5.0.3
node 8.1.3
0.27.5
Target Platform: Android 7.1.1 and 8.0
OS: OSX 10.12.5
Steps to Reproduce
flex: 1
Expected Behavior
Keep the ui consistent while i'm typing
Actual Behavior
When Input value is not empty the ui looks different
Here a gif that shows the issue: https://cl.ly/1Y2z0J1p1i2L
Reproducible Demo
Code:
Render return
style
The text was updated successfully, but these errors were encountered: