You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try [downgrading your Gradle version to 1.2.3](https://github.com/facebook/react-native/issues/2720)in `android/build.gradle`.
107
+
Restart the ADB server by running the following commands in your terminal:
108
108
109
-
## react-native init hangs
110
-
111
-
If you run into issues where running `npx react-native init` hangs in your system, try running it again in verbose mode and referring to [#2797](https://github.com/facebook/react-native/issues/2797) for common causes:
112
-
113
-
```shell
114
-
npx react-native init --verbose
115
109
```
116
-
117
-
When you're debugging a process or need to know a little more about the error being thrown, you may want to use the verbose option to output more logs and information to nail down your issue.
118
-
119
-
Run the following command in your project's root directory.
0 commit comments