Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication) #767

Open
ameenmattar opened this issue Jul 8, 2023 · 1 comment

Comments

@ameenmattar
Copy link

React Native Debugger app version: "0.13.0"
React Native version: "0.65.3"
Platform: [ iOS]
Is real device of platform: [No]
Operating System: [ macOS]

I am running my react-native app with react-native debugger and getting this error:

Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.
This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.

Note: If I run my app using the default debugger on chrome or safari, it runs perfectly.

Screenshot 2023-07-08 at 6 44 18 PM Screenshot 2023-07-08 at 6 44 25 PM
@AndriyZahura
Copy link

AndriyZahura commented Aug 7, 2023

Same error happens to me, but only when I import my native module. If I comment the import, debugger works. Works fine in Chrome, and fails with the debugger

React Native Debugger app version: "0.14.0"
React Native version: "0.72.3"
Platform: [ iOS, Android]
Is real device of platform: [No]
Operating System: [ macOS]

Screenshot 2023-08-07 at 03 21 51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants