-
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
Keyboard freeze on production mode after writing #36859
Comments
|
@tomasruffa Just curious, what was the resolution here? Upgrading RN? |
I just updated the Xcode into the cicd machine to the latest one and fix library versions on package.json :) |
@tomasruffa I'm assuming you are using Xcode 14 for your builds in CI/CD right? Also, could you please confirm what version of react-native you upgraded to (that fixed the issue)? Thanks! |
I not upgraded react-native version, I used the same one and Xcode 14 for builds |
You said you fixed the library versions on package.json - which libraries did you update or fix? Sorry, just trying to understand what the change exactly was that fixed it! |
remove KeyboardAvoidingView |
This is the main issue -> #42939 |
Description
Hi guys I'm facing an issue using React native that happens in iOS that is when I'm typing with the keyboard after few typings start to be freezing I will attach a video bellow. The funny thing its only happening in prod mode (app on Testflight or App store) but when Im trying to reproduce into the debug mode never happens :(. On my real device Iphone 14 Pro Max I tried on OS 16.2.0 And 16.4.1. Btw I tried to report the crash but there is no information attached on that report from Testflight too
"react": "18.1.0",
"react-native": "0.70.4",
React Native Version
0.70.4
Output of
npx react-native info
System:
OS: macOS 13.0
CPU: (10) x64 Apple M1 Pro
Memory: 348.55 MB / 16.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 14.18.1 - ~/.nvm/versions/node/v14.18.1/bin/node
Yarn: 1.22.17 - /usr/local/bin/yarn
npm: 6.14.15 - ~/.nvm/versions/node/v14.18.1/bin/npm
Watchman: Not Found
Managers:
CocoaPods: 1.11.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1
Android SDK: Not Found
IDEs:
Android Studio: 2020.3 AI-203.7717.56.2031.7935034
Xcode: 14.2/14C18 - /usr/bin/xcodebuild
Languages:
Java: 11.0.11 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.1.0 => 18.1.0
react-native: 0.70.4 => 0.70.4
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
Just need to try write into a text field and starts to write quickly, then the app starts to be freezing.
Snack, code example, screenshot, or link to a repository
RPReplay_Final1681152577.MP4
The text was updated successfully, but these errors were encountered: