HomeGuidesReferenceLearn
ArchiveExpo SnackDiscord and ForumsNewsletter

Overview


Expo is an open-source framework for apps that run natively on Android, iOS, and the web. Expo brings together the best of mobile and the web and enables many important features for building and scaling an app.

Get Started

Learn about prerequisites and how to quickly start a universal project with Expo.

Develop

Developing an app requires writing code in JavaScript/TypeScript. When you create a new project, Expo provides a standard project structure which you can customize as per your needs. It also provides development builds that help your team to iterate quickly to achieve web-like iteration speeds and safely.

Deploy

Deploying your app requires you to publish your app to the Play Store and App Store. Expo provides a build service that helps you to build your app for Android and iOS. It also provides ways to automate uploading and submitting your app binaries to the app stores, and fixing small bugs and pushing quick fixes a snap in between app store submissions.

Other content

There are plenty of other features and best practices to continue exploring along the way, such as collaborating with your team, using Expo modules, debugging, and working on the command line with Expo CLI.