Edit this page
An introduction to EAS Update which is a hosted service for projects using the expo-updates library.
Edit this page
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.
For a look at some of our favorite features of EAS Update, check out the 6 reasons to use EAS Update blog post.
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.
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.
EAS Update also works with vanilla React Native apps. All you need to do is install the lightweight expo
npm package as a prerequisite.
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.
Learn how to get started with the setup required to configure and use EAS Update in your project.
Learn how to publish an update to a specific branch with EAS Update.
Publish an update and preview with a QR code after a commit.
View your teammate's changes with EAS Update.
Learn how to migrate from CodePush to EAS Update.