-
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
RCTBridge required dispatch_sync to load RCTAccessibilityManager. This may lead to deadlocks #42728
Comments
|
react-native/packages/react-native/React/CxxBridge/RCTCxxBridge.mm Lines 986 to 990 in 8a8f74b
|
Getting the same after upgrading to 0.73.3, @fabOnReact care to explain why you linked the comments above? |
Also getting the same after upgrading to 0.73.3 and I don't have the issue with 0.73.2 either. |
@cipolleschi can you look into this (potentially related to f39f34e) |
Fixed already:
|
|
I have the same issue. "react-native": "^0.73.2", |
When |
Me too: Creating a project now using: this downloads 0.73.3 RN version, and then without any modification, I get the error in IOS. Waiting this new PR approved in 0.73.4 or whatrver. Thank you |
Version 0.73.4 with the fix with be released Monday! Sorry for the inconvenience |
@Titozzz you can't ignore it , for example my app just doesn't work because of this issue . Is it planned to release it today ? |
+1 |
@olivierlesnicki This issue is fixed in version 0.73.4 - this issue should be closed. |
Description
When building a new project with React Native 0.73.3 I am getting the warning RCTBridge required dispatch_sync to load RCTAccessibilityManager. This may lead to deadlocks as soon as my app starts.
I tried creating a new app with version 0.73.2 and this warning disappears
This my package JSON file:
Steps to reproduce
npx react-native@latest init AwesomeProject
React Native Version
0.73.3
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
No
Screenshots and Videos
The text was updated successfully, but these errors were encountered: