-
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
keyboardType makes the input laggy on Android #48684
Comments
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.76.6. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Do you have a video? |
@Elabar Also can you check if this delay is also observed in bare RN Project? |
Screen.Recording.2025-01-15.at.6.54.20.PM.movHere you can see that I'm pressing "1", "2" consecutively, but only one character is registered.
Interestingly, I don't see this lag in bare RN project. I tried with 0.76.5, and 0.76.6. Both work just fine in bare RN project. Guess I should report this in expo instead..? |
For anyone who are here. You can try |
Description
When new architecture is enabled, specifying a
keyboardType="numeric"
is laggy on android. You can see a slight delay on every keystoke.Try lowering the expo to v51, so the new architecture is disabled, input is smooth again.
Minimal snack repro: https://snack.expo.dev/@elabar/dffd6f
Steps to reproduce
React Native Version
0.76.5
Affected Platforms
Runtime - Android
Areas
Other (please specify)
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://snack.expo.dev/@elabar/dffd6f
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: