-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Mobile: Fixes #6682: Disable KeyboardAvoidingView when floating keyboard is visible #7593
Mobile: Fixes #6682: Disable KeyboardAvoidingView when floating keyboard is visible #7593
Conversation
Maybe we should just upgrade RN? |
That's definitely worth trying. The fix in React Native 0.70.x is conditioned on Edit: The upstream floating keyboard issue is still open. |
Are you able to replicate this bug on simulator? I've just upgrade to RN 0.70 so it might be worth checking if you know how. Otherwise we can indeed add the patch, but it seems to have a dependency to a specific RN version? (0.68.5) |
With RN 0.70, I can't replicate the crossfade-transition-related bug, but can still replicate the floating keyboard bug. I've updated the PR to apply the fix recommended in the comments of the bug report for the floating-keyboard-related issue. |
…eyboardAvoidingView
Looks good, thanks for fixing this! |
Summary
both the collapse-on-crossfade-transition issue andthe collapse-with-floating-keyboard issue. The crossfade-related issue was fixed by upgrading to React Native 0.70.x.Testing plan
To-do