@expo/cli

Build, deploy, and manage React Native and Expo apps from the command line.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

The Expo CLI

Commands

expo

Examples

start a new react native app project$ expo init my-app
run app in development mode on local device$ expo start
build app for ios and android$ expo build:ios && expo build:android
deploy app to production$ expo publish
login to expo account$ expo login