-
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
TextInput is super slow on ios emulator - i am not able to publish the app #42959
Comments
Also hearing about this in production. Could it have something to do with using |
not sure if my issue is the same, but I also have a problem with the TextInput component in the iOS simulator. As soon as I focus the input the app freezes and is completely unresponsive, although the input cursor is still blinking. Tested the same behavior on a physical device, and there it works normally. it appeared first after upgrading a project from RN 0.72.10 to 0.73.4, with many dependencies but I get the same behavior with an almost empty starter project with an additional TextInput. Unfortunately I don't have an actual error message, but I can provide a crash log as the system seemed to be unable to normally close the app after it froze Problem report "failed to terminate gracefully after 5.0s"
Translated Report (Full Report Below)Incident Identifier: 88DE74BC-CFC7-45E9-B633-F4F63A198E61 Date/Time: 2024-02-13 21:09:40.4549 +0100 Exception Type: EXC_CRASH (SIGKILL) Triggered by Thread: 0 Thread 0 Crashed:: Dispatch queue: com.apple.UIKit.pasteboard.cache-queue Thread 1:: com.apple.uikit.eventfetch-thread Thread 2:: Dispatch queue: com.apple.root.utility-qos Thread 3: Thread 4:: Flipper.sonar Thread 5:: Flipper.connect Thread 6:: FutureTimekeepr Thread 7:: com.facebook.react.JavaScript Thread 8:: hades Thread 9:: com.facebook.SocketRocket.NetworkThread Thread 10:: com.apple.NSURLConnectionLoader Thread 11:: com.apple.CFStream.LegacyThread Thread 12:: com.apple.CFSocket.private Thread 13: Thread 0 crashed with ARM Thread State (64-bit): Binary Images: EOF Full Report{"app_name":"","timestamp":"2024-02-13 21:09:42.00 +0100","app_version":"1.0","slice_uuid":"7ff57b5e-d635-3415-9e96-10fae5c383ab","build_version":"1","platform":7,"bundleID":"org.reactjs.native.example.","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 14.2.1 (23C71)","roots_installed":0,"name":"","incident_id":"88DE74BC-CFC7-45E9-B633-F4F63A198E61"}
], ] Model: MacBookPro18,3, BootROM 10151.61.4, proc 10:8:2 processors, 32 GB, SMC |
@kokosky93 ah yes, that's pretty much the crash I see as well. But it's independent from the KeyboardAvoidingView for me |
yesterday I checked with two colleagues, and it seems to be a "my machine" issue. Don't know yet what's wrong but it is working fine on their machines |
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. |
This is also an issue for me. iOS 17.5 |
Description
TextInput is super slow on ios emulator. Especially if there is more than one input on the screen.
On a real device it seems to be working normal.
I upgraded react-native from 71.X to 73.4 and xCode from 14 to 15.
I got this error when publishing the app
Guideline 2.1 - Performance - App Completeness
We discovered one or more bugs in your app. Specifically, login screen was unresponsive. Please review the details below and complete the next steps.
Review device details:
Steps to reproduce
npx react-native init AwesomeProject
Add
React Native Version
0.73.4
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/kokosky93/text-input
Screenshots and Videos
not.working.mp4
The text was updated successfully, but these errors were encountered: