-
-
Notifications
You must be signed in to change notification settings - Fork 672
Closed
Labels
a-Androidbugupstream: RNIssues related to an issue in React NativeIssues related to an issue in React Native
Milestone
Description
On some Android devices, in some specific cases, the 'compose' input responds very slowly to a point of being unusable.
Reported here:
https://chat.zulip.org/#narrow/stream/48-mobile/topic/speed
The issue was reproduced on Pixel 2, so it is not a purely performance problem.
Very likely, it is related to:
facebook/react-native#19126
The fix then seems to be to make our compose box not-controlled.
This is not a bad idea as it will be a performance improvement regardless of the specific bug encountered, and something I wanted to do before this issue was reported.
Metadata
Metadata
Assignees
Labels
a-Androidbugupstream: RNIssues related to an issue in React NativeIssues related to an issue in React Native