Skip to content

Latest commit

 

History

History
 
 

Example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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