-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
multiline TextInput jumps when going to new line #3098
Comments
Hey! Thanks for opening the issue. The issue doesn't seem to contain a link to a repro (a snack.expo.dev link or link to a GitHub repo under your username). Can you provide a minimal repro which demonstrates the issue? A repro will help us debug the issue faster. Please try to keep the repro as small as possible and make sure that we can run it without additional setup. |
Couldn't find version numbers for the following packages in the issue:
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3. The versions mentioned in the issue for the following packages differ from the latest versions on npm:
Can you verify that the issue still exists after upgrading to the latest versions of these packages? |
it's a valid issue, stupid bot. |
Adding |
moving this to facebook/react-native#33165 |
Current behaviour
TextInput
jumps when pressing enterExpected behaviour
TextInput
SHOULD NOT jump when pressing enterCode sample
Screenshots (if applicable)
IOS
Untitled.mov
ANDROID
Untitled.mov
Android becomes really glitchy especially if you press the enter button fast. This used to not be the case when I was using RNP last time, and I'm using the same device as that time.
PS: I compared the experience with the
TextInput
fromreact-native
and it seems to be the case as well, not sure how to proceed from here though, I've done some research on google but couldn't find relevant results.What have you tried
Your Environment
The text was updated successfully, but these errors were encountered: