React native required dispatch_sync to load
See original GitHub issueHi, 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:
- Created 4 years ago
- Reactions:20
- Comments:48 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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 installand apod installin the ios folderHi! 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.