HomeGuidesReferenceLearn
ArchiveExpo SnackDiscord and ForumsNewsletter

EAS Update

Edit this page

An introduction to EAS Update which is a hosted service for projects using the expo-updates library.


EAS Update is a hosted service that serves updates for projects using the expo-updates library.

EAS Update makes fixing small bugs and pushing quick fixes a snap in between app store submissions. It accomplishes this by enabling an app to update its own non-native pieces (such as JS, styling, and images) over-the-air.

All apps that include the expo-updates library have the ability to receive updates. To start using EAS Update, continue to the Getting Started guide.

Pitch

Improve user experience

EAS Update allows you to quickly release hotfixes and enhancements in response to user feedback or market trends. It helps you keep users engaged and satisfied with your app. Don't wait for the next planned update or manual update request.

Tailored for Expo

EAS Update is designed for easy integration with Expo apps. Use the Expo website to see app deployment status and debug issues, and seamlessly integrate with EAS Build.

Broad compatibility

EAS Update also works with vanilla React Native apps. All you need to do is install the lightweight expo npm package as a prerequisite.

Customizable update strategies

Configure behavior in your app using the expo-updates API and app config. You will always have the upper hand in shaping the update process without compromising your users' experience.

Get started

Get started with EAS Update

Learn how to get started with the setup required to configure and use EAS Update in your project.

Publish an update

Learn how to publish an update to a specific branch with EAS Update.

Use GitHub Actions

Publish an update and preview with a QR code after a commit.

Develop faster

View your teammate's changes with EAS Update.