-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npx react-native run-android never finish #1066
Comments
JS server may open in another Terminal tab and it may take a while for Metro to finish. Does it work if you run |
@thymikee, yes in that case works. |
It seems like we were not using the correct terminal program. Last year we replaced the default |
Closed via #1099 |
Hey I am still facing this issue it not launching or building the app please help. I in mac os |
@ShivamJoker fix is available in the latest version of the CLI. If you use |
On |
Environment
Description
This problem is the same related here: facebook/react-native#26097
It seems that the solution was already suggested here: facebook/react-native#26097 (comment)
Reproducible Demo
npx react-native init Project
cd Project
npx react-native run-android
The text was updated successfully, but these errors were encountered: