I am using react native android and having face issues to deploy the app on an android device. When I run
react-native start, it won\'t start dev server
When you excute command like
./node_modules/react-native/scripts/launchPackager.command
to start a debug server,append args like
---port 8082
it works for me in React native 0.53.3.