Skip to content

Development tips

Taiju Muto edited this page Apr 14, 2025 · 7 revisions

Show android logs

adb logcat --pid=`adb shell pidof -s net.tai2.voicepost`

Build production build files

See https://docs.expo.dev/guides/local-app-production/

Launch emulator

emulator -avd Medium_Phone_API_35

List emulators

emulator -list-avds

List Simulators

xcrun simctl list devices

Launch app through deep links

npx uri-scheme open net.tai2.voicepost:///settings --ios
npx uri-scheme open net.tai2.voicepost:///settings --android

Clone this wiki locally