A react native project with indy setups
Plug in your physical android device and check if its connected
adb devices
If you have problems connecting, try with:
adb kill-server && adb start-server
From the root of the folder, run
npx react-native start
If you don't have node modules, you can also run
npm install