Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • how come i cant run react-native eject and it says i name must be defined in the app.json but i have it? Commented Jan 8, 2019 at 21:23
  • 2
    this will cause error: Invariant vilation: xxxAPP has not been registered. ( xxxAPP was the older app name) Commented Dec 5, 2019 at 10:37
  • If youre running on windows gradlew should be run using ./gradlew Commented Apr 20, 2021 at 3:06
  • 1
    @tesshsu Before install the APP with the new name, you should uninstall the previous APP. Commented Sep 20, 2021 at 11:31