← All tools

@expo/cli

Popularity 65 Updated Development & Build

The Expo CLI

npmauto-collected

Installation

npm
npm install -g @expo/cli

Install with npm.

<p align="center" <a href="https://expo.dev/" <img alt="Expo logo" height="128" src="./.github/resources/banner.png" <h1 align="center"Expo</h1 </a </p

<p align="center" <a aria-label="SDK version" href="https://www.npmjs.com/package/expo" target="blank" <img alt="Expo SDK version" src="https://img.shields.io/npm/v/expo.svg?style=flat-square&label=SDK&labelColor=000000&color=4630EB" / </a <a aria-label="Chat or ask a question" href="https://chat.expo.dev" target="blank" <img alt="Chat or ask a question" src="https://img.shields.io/discord/695411232856997968.svg?style=flat-square&labelColor=000000&color=4630EB&logo=discord&logoColor=FFFFFF&label=Chat%20with%20us" / </a <a aria-label="Expo is free to use" href="https://github.com/expo/expo/blob/main/LICENSE" target="blank" <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-success.svg?style=flat-square&color=33CC12" target="blank" / </a <a aria-label="expo downloads" href="http://www.npmtrends.com/expo" target="blank" <img alt="Downloads" src="https://img.shields.io/npm/dm/expo.svg?style=flat-square&labelColor=gray&color=33CC12&label=Downloads" / </a </p

<p align="center" <a aria-label="try expo with snack" href="https://snack.expo.dev"<bTry Expo in the Browser</b</a &ensp;•&ensp; <a aria-label="expo documentation" href="https://docs.expo.dev"Read the Documentation</a &ensp;•&ensp; <a aria-label="expo documentation" href="https://expo.dev/blog"Learn more on our blog</a &ensp;•&ensp; <a aria-label="expo documentation" href="https://expo.canny.io/feature-requests"Request a feature</a </p

<h6 align="center"Follow us on</h6 <p align="center" <a aria-label="Follow @expo on X" href="https://x.com/intent/follow?screenname=expo" target="blank" <img alt="Expo on X" src="https://img.shields.io/badge/X-000000?style=for-the-badge&logo=x&logoColor=white" target="blank" / </a&nbsp; <a aria-label="Follow @expo on GitHub" href="https://github.com/expo" target="blank" <img alt="Expo on GitHub" src="https://img.shields.io/badge/GitHub-222222?style=for-the-badge&logo=github&logoColor=white" target="blank" / </a&nbsp; <a aria-label="Follow @expo on Reddit" href="https://www.reddit.com/r/expo/" target="blank" <img alt="Expo on Reddit" src="https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge&logo=reddit&logoColor=white" target="blank" / </a&nbsp; <a aria-label="Follow @expo on Bluesky" href="https://bsky.app/profile/expo.dev" target="blank" <img alt="Expo on Bluesky" src="https://img.shields.io/badge/Bluesky-1DA1F2?style=for-the-badge&logo=bluesky&logoColor=white" target="blank" / </a&nbsp; <a aria-label="Follow @expo on LinkedIn" href="https://www.linkedin.com/company/expo-dev" target="blank" <img alt="Expo on LinkedIn" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" target="blank" / </a </p

Introduction

Expo is an open-source platform for making universal native apps that run on Android, iOS, and the web. It includes a universal runtime and libraries that let you build native apps by writing React and JavaScript.

This repository includes the Expo SDK, Modules API, Go app, CLI, Router, documentation, and various other supporting tools. Expo Application Services (EAS) is a platform of hosted services that are deeply integrated with Expo open source tools. EAS helps you build, ship, and iterate on your app as an individual or a team.

Read the Expo Community Guidelines before interacting in the repository. Thank you for helping keep the Expo community open and welcoming!

Table of contents

  • 📚 Documentation
  • 🗺 Project Layout
  • 🏅 Badges
  • 👏 Contributing
  • ❓ FAQ
  • 💙 The Team
  • License

📚 Documentation

<pLearn about building and deploying universal apps <a aria-label="expo documentation" href="https://docs.expo.dev"in our official docs!</a</p

  • Getting Started
  • API Reference
  • Using Custom Native Modules

🗺 Project Layout

  • packages All the source code for Expo modules, if you want to edit a library or just see how it works this is where you'll find it.
  • apps This is where you can find Expo projects which are linked to the development modules. You'll do most of your testing in here.
  • apps/expo-go This is where you can find the source code for Expo Go.
  • apps/expo-go/ios/Exponent.xcworkspace is the Xcode workspace. When developing iOS, always open this instead of Exponent.xcodeproj because the workspace also loads the CocoaPods dependencies.
  • docs The source code for https://docs.expo.dev
  • templates The template projects you get when you run npx create-expo-app
  • react-native-lab This is our fork of react-native used to build Expo Go.
  • guides In-depth tutorials for advanced topics like contributing to the client.
  • tools contain build and configuration tools.
  • template-files contains templates for files that require private keys. They are populated using the keys in template-files/keys.json.
  • template-files/ios/dependencies.json specifies the CocoaPods dependencies of the app.

🏅 Badges