question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

React native required dispatch_sync to load

See original GitHub issue

Hi, i am getting this error once in a while when reloading React Native app. No idea, if that is something on my side or what to do with it. But i think that this error has something to do with navigator.geolocation.getCurrentPosition(). Not sure tho. Thanks for any help.

react native required dispatch_sync to load constants for RNGestureHandlerModule. this may lead to deadlocks

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:20
  • Comments:48 (4 by maintainers)

github_iconTop GitHub Comments

38reactions
farcondeecommented, Jan 17, 2022

Finally I got it to work.

My app previously crashed on Android and produced the warning message in ios. Now the app starts and works flawlessly on both platforms. I finally got it to work by downgrading react-native-reanimated.

In package.json, I changed "react-native-reanimated": "~2.3.1" to "react-native-reanimated": "~2.2.4"

Then I ran a yarn install and a pod install in the ios folder

20reactions
j-piaseckicommented, Mar 31, 2022

Hi! It may be caused by the integration between the Gesture Handler and Reanimated to allow for synchronous manipulation of gesture state. We will look into this, but I can’t give an ETA unfortunately.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to solve RCTBridge required dispatch_sync to load ...
The RCTBridge required dispatch_sync to load RCTDevLoadingView has become a common occurence when developing React Native apps with version 0.64 ...
Read more >
Getting error RCTBridge required dispatch_sync to load ...
I'm using react-native 0.67.1 and react-native-gesture-handler 2.2.0. Thank you. react-native.
Read more >
RCTBridge required dispatch_sync to load ... - Medium
I am here to fix all of them. “react-native-vector-icons” is able to cause this Bug. If you get this Error to fix it...
Read more >
RCTBridge required dispatch_sync to load ... - Expo Forums
Im upgrade expo 43 or 44 use monorepo. Warn : RCTBridge required dispatch_sync to load RNGestureHandlerModule. This may lead to deadlocks.
Read more >
[Solved]-RCTBridge required dispatch_sync to load ...
Coding example for the question RCTBridge required dispatch_sync to load RNGestureHandlerModule. This may lead to deadlocks-React Native.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found