Baker provides shortcuts for running application on mobile emulators (Android and iOS).
npm run ios
npm run android
Note: you might need to start/configure your Android emulator by first running android avd
Remember that you can always fallback to using react-native-cli directly. For example,
cd app && react-native run-ios