arrluubuutee
arrluubuutee
ERROR Invariant Violation: Module AppRegistry is not a registered callable module ( React native V6)
I'm also having the same problem in version 0.68.2 without using hermes. When I run react-native packager, I got the follow error messages. ``` ERROR TypeError: undefined is not an...
ERROR Invariant Violation: Module AppRegistry is not a registered callable module ( React native V6)
> > > @autonauta @arrluubuutee Have you added `metro.config.js` file in your project? I was having the same problem, and what worked for me was I added this file with...
ERROR Invariant Violation: Module AppRegistry is not a registered callable module ( React native V6)
I have been solved issue(https://github.com/facebook/react-native/issues/32952#issuecomment-1175782321) by exported `ViewPropTypes` from `deprecated-react-native-prop-types` in some packages like below. The problem is some of node dependencies are export `ViewPropTypes` from `react-native`, not export `deprecated-react-native-prop-types`....