Para resumir, estoy tratando de crear una aplicación nativa de reacción que use Drawer Navigator, pero recibo este error en metro y no sé cómo solucionarlo.
ERROR TypeError: Cannot read property 'installCoreFunctions' 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: hermesmis dependencias
"dependencies": { "@react-navigation/drawer": "^6.3.1", "@react-navigation/native": "^6.0.8", "react": "17.0.2", "react-native": "0.67.3", "react-native-gesture-handler": "^2.2.0", "react-native-reanimated": "^2.4.1", "react-native-safe-area-context": "^4.0.1", "react-native-screens": "^3.12.0" } También configuré la propiedad enableHermes en \app\build.gradle como verdadera, como decían algunas de las soluciones, pero no resolví el error.
project.ext.react = [ enableHermes: true, // clean and rebuild if changing ]Si hay otros archivos que debo pegar aquí