Just getting started with React-Native (for the non-CRNA/Expo case) and it\'s not clear to me after reading the react-native docs or Understanding the CLI when it\'s appropr
Personally i use react-native run-android only once at the start of the blank applicaction, and also i run it everytime that i add a component that requires linking.
I use react-native start when i am editing the code, i combine it with the DevSettings /Debug server host & port for device where i set my pc_ip:8081 and that way i can update code on the fly without having to connect my real device to the pc .