To solve ERROR Invariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication() error you need to Clear your react-native cache error will resolve this error.
Solution 1: Reset Cache
In my case, I am trying to run the git project on my machine and I was facing this error all I need to do is Just reset our react native cache will resolve this error however I have found this answer from perfectans.net. You need to run this command in your terminal.
react-native start --reset-cache
And now, your error will be solved.
Solution 2: For the expo
You can reset the cache with the expo command.
expo start -c
Solution 3: For npm users
If You are using npm then you need to run the following command in your terminal to clear this cache.
npm start -- --reset-cache
Faq
How to solve ERROR Invariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication()?
To solve ERROR Invariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication() error you need to Clear your react-native cache error will resolve this error.
ERROR Invariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication()
You can reset the cache with the expo command: expo start -c
Conclusion
You have to clear your react native cache and then after our error will be resolved for sure.
Also, Read
- TypeError: getattr(): attribute name must be string
- DeprecationWarning: Mongoose: the strictQuery if you want to prepare for this change
- Cannot choose between the following variants of com.facebook.react:react-native:0.71.0-rc.0: