OTA's (Over-The-Air updates) are a way to update your app without the need to submit it to the App Store or Play Store.

EAS Update is a tool that allows you to configure and deploy over-the-air updates to your app.

Install expo-updates

npx expo install expo-updates

Configure EAS Update

eas update:configure
💡 Pro Tip

Use the -h flag to see the available options.

eas update: -h

Resources

Is this lesson useful?