Make sure you've set up your debug environment properly.
- run
react-native start
in a terminal (the current dir has to be the project) - run
react-native run-android
in another terminal: your device has to be plugged using usb cable, and developer mode has to be actived. - The app will be installed in your device, shake your device and tap enable live reloading.
- You can now modify text and your app will be updated just by ctrl+s
Enjoy !!!