-
Notifications
You must be signed in to change notification settings - Fork 25.2k
TextInput Lag, Android 13 #35735
Copy link
Copy link
Open
Labels
Component: TextInputRelated to the TextInput component.Related to the TextInput component.Impact: PerformanceWhen the issue impacts the app running or build performanceWhen the issue impacts the app running or build performanceNeeds: Triage 🔍Platform: AndroidAndroid applications.Android applications.
Metadata
Metadata
Assignees
Labels
Component: TextInputRelated to the TextInput component.Related to the TextInput component.Impact: PerformanceWhen the issue impacts the app running or build performanceWhen the issue impacts the app running or build performanceNeeds: Triage 🔍Platform: AndroidAndroid applications.Android applications.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Device Pixel, Android 13
Case 1:
During typing a of text observed lagging.
Case 2:
After typing a lot of text into a Text Input, we start freezing.
Adding autoCorrect={false}, keyboardType="visible-password" and returnKeyType='none' not helped.
Version
0.68.5
Output of
npx react-native infoSteps to reproduce
Start typing in TextInput on the Pixel device.
Snack, code example, screenshot, or link to a repository