-
Notifications
You must be signed in to change notification settings - Fork 2
Build
Shun Kosaka edited this page May 4, 2022
·
5 revisions
- Install EAS CLI
Run the following command in the mobile app directory.
eas build --profile development
Open the emulator by
cd $ANDROID_SDK/emulators
./emulator -list-avds
./emulator @YOUR_INSTALLED_DEVICE
Drag and drop the .apk file into the emulator.
Open the simulator by
open -a Simulator.app
Extract the artifact .tar.gz file (double-click), and drag and drop the extracted app into the simulator.
eas build --profile preview
eas build -p ios --profile production
and then,
eas submit -p ios
Coming soon.
- Home
- About this project
- Architecture Overview
- Getting Started
- Getting Your Field Workers Started
- Further Customization
- Contributing as a Developer to This Project
- Additional Working Docs