ReactVision / starter-kit

React Native project setup with Viro 🚀
MIT License
141 stars 94 forks source link

Project on Android not not starting #33

Closed alex27riva closed 2 years ago

alex27riva commented 2 years ago

Hi everyone, I followed the installations instruction but when I run the command npx react-native run-android, is stuck on "Starting JS server".

Command output:

$ npx react-native run-android                    
info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.
Jetifier found 874 file(s) to forward-jetify. Using 12 workers...
info Starting JS server...

I'm on Fedora 35, Node version v16.14.0

is there anyone else with this problem?

alex27riva commented 2 years ago

I fixed. I had to run npx react-native start before npx react-native run-android.