After creating a fresh react-native
project, I encountered a problem when running the command react-native run-android
. The project consistently gets stuck at the message info Starting JS server...
.
Below is the output of the command:
$ react-native run-android
info Running jetifier to migrate libraries to AndroidX".
You can disable it using "--no-jetifier" flag.
Jetifier found 855 file(s) to forward-jetify. Using 4 workers...
info Starting JS server..."
I attempted to restart my laptop and switch emulators, but the issue still persists. I am now unsure of what steps to take next.
Can someone help me troubleshoot and resolve this problem?