@MarlonAEC yeah i was thinking the same thing. I'm not sure why this would be getting invoked for my jest tests though. Makes sense for the runtime error
This solution https://github.com/facebook/react-native/issues/47935#issuecomment-2508978315 fixed the bad_function_call error but I got the same issue as you are getting but with a different packag...
I'm getting this same issue on my jest tests. Any thoughts?
```
● Test suite failed to run
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'DevMenu' could not be found. Ver...
Sorry for such a long delay in this. I had a couple of moments this morning and had the tab still open 😅 I haven't had a chance to fully test this out with a GraphQL API & Apollo Client. I'll look ...
Sorry for such a long delay in this. I had a couple of moments this morning and had the tab still open 😅 I haven't had a chance to fully test this out with a GraphQL API & Apollo Client. I'll look ...
Ok a quick update I completely removed reactotron from my project and the app is still crashing. I guess that makes clear the problem is not with this library but with react native 0.76. I will kee...
I wonder if this other issue is related: https://github.com/facebook/react-native/issues/47935 I'm kinda in the same scenario, what I'm trying to do is update my app to the latest react native vers...