RCTBridge required dispatch_sync to load RNGestureHandlerModule after updating to SDK 44

SDK Version: SDK 44
Platforms(Android/iOS/web/all): iOS

After upgrading from SDK 42 to 44, I get two yellow boxes warning, which I haven’t seen before when running “expo start --dev-client”

RCTBridge required dispatch_sync to load RNGestureHandlerModule. This may lead to deadlocks
at node_modules/react-native/Libraries/Utilities/RCTLog.js:34:8 in logIfNoNativeHook

RCTBridge required dispatch_sync to load RCTDevLoadingView. This may lead to deadlocks
at node_modules/react-native/Libraries/Utilities/RCTLog.js:34:8 in logIfNoNativeHook

It doesn’t seems to affect the app. Anything I can do to get rif of these warnings?

Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.