Packager not started after running “react-native run-android”
I am new to React-Native. When I am following the official tutorial to deploy my app to Android, it show a red screen saying that "Could not connect to development server". I am running on a physical device so I tried adb reverse tcp:8081 tcp:8081 but the problem was not solved. I googled around and found that I have to run: react-native start So is it a must to keep a terminal opened and running react-native start ? Because this is not documented in official tutorials and I even don't know why it works! I had also recently faced this issue in Android for around 3 days. Luckily some random