-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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 (behaviour = height) - wrong size when switching keyboards #35764
Comments
Interesting. We're running 0.70.6 and don't see the issue. Mind checking in npm modules if my fix is present? |
@pfulop just updated my expo app to 0.70.6 and still can reproduce the issue. I looked at react-native repo - in 0.70.6 your fix is not present at all! Just compare: |
@dranitski Now I see. I see it locally because the patch I made for our project is still being applied during installation. But indeed, it's in Main but not in the latest release. I guess this is a better question for maintainers. |
@pfulop maybe they will faster react on PR then Issue? Do you have a minute to re-create your PR? |
@dranitski The change is present in the main. So the PR would be empty. |
@pfulop thanks, now I see it. Thanks for your time. I dont know what else can we do to escalate the issue. Will just wait 🫖 |
@pfulop seems like the fix was added again in latest 0.71 release https://github.com/facebook/react-native/blob/0.71-stable/Libraries/Components/Keyboard/KeyboardAvoidingView.js#L96 |
Same issue here and it's getting very annoying. Is there any quick fix for this? |
I usually use |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Description
Demonstration:
Problem:
When switching keyboards (ABC, emoji, gif, etc) on IOS and Android in
behaviour: height
mode the size of component is incorrect.Version
0.70.5
Output of
npx react-native info
Steps to reproduce
please look at code provided. Focus on TextInput and then switch keyboards (ABC, emoji, gif, etc)
Snack, code example, screenshot, or link to a repository
Repro:
The text was updated successfully, but these errors were encountered: