Run react-native run-android inside your React Native project folder:
cd AwesomeProject
react-native run-android
If everything is set up correctly, you should see your new app running in your Android emulator shortly.
react-native run-android is just one way to run your app – you can also run it directly from within Android Studio or Nuclide.