Baker Mobile MVP Toolkit

Running app on emulator

Baker provides shortcuts for running application on mobile emulators (Android and iOS).

Running on iOS emulator

npm run ios

Running on Android emulator

npm run android

Note: you might need to start/configure your Android emulator by first running android avd

Using react-native-cli

Remember that you can always fallback to using react-native-cli directly. For example,

cd app && react-native run-ios
Edit this page