You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 infoStacktrace or Logs
Reproducer
No
Screenshots and Videos