npm install expo-cli --global expo init -t expo-template-blank-typescript --name "Example App" cd myNewProject expo start
Command | Does |
---|---|
expo init | Initalize a directory |
expo install | Installs a unimodule or other package to a project. |
expo login | Login to Expo |
expo publish | Publishes your project to exp.host. |
expo start | Starts or restarts a local server |
expo ios | Open in the iOS simulator |
expo android | Opens app in the Expo client on a connected Android device |