Invariant Violation: "Example" has not been registered. This can happen if:
* Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
* A module failed to load due to an error and `AppRegistry.registerComponent` wasn't called.

Invariant Violation: "Example" has not been registered. This can happen if:

原因:return "react_navigaition_demo";引号里面返回的一定要是项目名,不能是 "Example"或者其他名称。

相关文章:

  • 2021-11-30
  • 2021-12-30
  • 2021-04-04
  • 2022-12-23
  • 2021-04-02
  • 2022-12-23
  • 2021-07-18
  • 2022-12-23
猜你喜欢
  • 2021-12-17
  • 2021-06-23
  • 2022-12-23
  • 2021-09-10
  • 2021-12-14
  • 2020-06-22
  • 2021-11-11
相关资源
相似解决方案