Home

Expo Quick Start

Resources

  1. Expo Quick Start
  2. Expo CLI

Getting up and running

npm install expo-cli --global expo init -t expo-template-blank-typescript --name "Example App" cd myNewProject expo start

Useful CLI Commands

CommandDoes
expo initInitalize a directory
expo installInstalls a unimodule or other package to a project.
expo loginLogin to Expo
expo publishPublishes your project to exp.host.
expo startStarts or restarts a local server
expo iosOpen in the iOS simulator
expo androidOpens app in the Expo client on a connected Android device

Repository

https://github.com/okeeffed/developer-notes-nextjs/content/expo/quick-start

Sections


Related