Skip to content
Shun Kosaka edited this page May 4, 2022 · 5 revisions

Prerequisite

Build

For Development (Run in simulator)

Run the following command in the mobile app directory.

eas build --profile development

Android

Open the emulator by

cd $ANDROID_SDK/emulators
./emulator -list-avds
./emulator @YOUR_INSTALLED_DEVICE

Drag and drop the .apk file into the emulator.

iOS

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.

For Preview (Run in your device)

eas build --profile preview

Submit to TestFlight

eas build -p ios --profile production

and then,

eas submit -p ios

Publish at Google Play Store and App Store

Coming soon.

Clone this wiki locally