Hello everyone I am new to react-native. I have cloned a repo from github and installed all the dependencies by running npm install
But while running the application I am getting an error.
ERROR TypeError: Cannot read property 'array' of undefined, js engine: hermes 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., js engine: hermes 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., js engine: hermes
The app build successful react-native run-android
.