TypeError: global.__reanimatedWorkletInit is not a function on debug mode
See original GitHub issueDescription
I’ve upgraded to version 2.6.0. to fix remote debugging. The issue is fixed on ios, however, there’s some issue on Android when remote debugging is enabled
TypeError: global.__reanimatedWorkletInit is not a function
and then the app freezes.

Package versions
| name | version |
|---|---|
| react-native | 0.67.3 |
| react-native-reanimated | 2.6.0 |
| NodeJS | v16.14.2 |
Affected platforms
- Android
- iOS
- Web
Issue Analytics
- State:
- Created a year ago
- Comments:14 (4 by maintainers)
Top Results From Across the Web
TypeError: global.__reanimatedWorkletInit is not a function. (In ...
I just followed the below steps to solve this issue. step1: npx react-native run-android step2: npm start -- --reset-cache. and it solved.
Read more >r.g.__reanimatedWorkletInit is not a function in expo snack
react native reanimated error r.g.__reanimatedWorkletInit is not a function. My apps is correctly working on my laptop. I am using VScode editor ...
Read more >Troubleshooting - React Navigation
I'm getting an error "TypeError: Cannot read property 'bind' of undefined" or "TypeError: propListener.apply is not a function". This error can often happen...
Read more >execution failed for task ':react-native-reanimated ... - You.com
Run with --info or --debug option to get more log output. Run with --scan to get full ... use or I'd get global.__reanimatedWorkletInit...
Read more >console.debug is not a function in React Native debugging
What steps will reproduce the problem? 1.use console.debug in a RN app 2.run debugger in Webstorm 3.wait for the error. What is the...
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

this is fixed in
Reanimated 2.7.0, however, the upgrade doesn’t fix debug mode on Android, there’s still some issue. I’ll open another issue. Thanks@codeion I’m having the same issue on web… Any progress on this?