Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 745 Bytes

File metadata and controls

41 lines (22 loc) · 745 Bytes

Example

start local server

expo start --dev-client

android apk

apk

ios app [only for simulator]

app

download and unzip, then drag it to your ios simulator.

local build

cd Example
yarn install
# build android apk
eas build -p android --profile development

# build ios app for simulator
eas build -p ios --profile development

then download and unzip, and drag it to your simulator. And don't forget yarn start