Однако после сохранения изменений и выполнения обычных команд для запуска проекта, Я обнаружил ошибки.
**
Ошибка:
Код: Выделить всё
**Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
ERROR ReferenceError: Property 'BigInt' doesn't exist, 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**

NODE: 14.15.4
NPM: 6.14.10
JDK: 11.0.23
Чтобы решить эту проблему, я попробовал следующие шаги:
-Удалил проект и клонировал новую копию, но произошла та же ошибка.
-Удалил проект и Android Studio, затем клонировал новую копию, но та же самая ошибка не исчезла.
-Выполнял различные команды для устранения ошибки, но ни одна из них не увенчалась успехом.
-Перезагрузила ноутбук и снова настроила все с нуля, но я все равно столкнулся с той же ошибкой.
Подробнее здесь: https://stackoverflow.com/questions/786 ... appregistr
Мобильная версия