Skip to content

iOS installation

Max Franke edited this page Nov 24, 2023 · 1 revision

iOS install

$ node -v
v18.15.0

$ npm -v
v9.5.0

Install eas-cli globally (with npm) to build You can install with:

$ npx expo

Install modules:

$ npm install

Go to settings.json and flip the flag dev to 'true'

// settings.json
dev: true

Run with:

$ npx expo run:ios
Clone this wiki locally