首页指南参考教程

EAS 更新

EAS Update 简介,它是使用 expo-updates 库的项目的托管服务。


EAS 更新是一项托管服务,为使用 expo-updates 库的项目提供更新。

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

EAS 更新可以在应用商店提交之间快速修复小错误并推送快速修复。它通过允许终端用户的应用使用包含错误修复和其他更新的新更新来替换其应用的非原生部分(例如,JS、样式和图片更改)来实现此目的。

¥EAS Update makes fixing small bugs and pushing quick fixes a snap in between app store submissions. It accomplishes this by allowing an end-user's app to swap out the non-native parts of their app (for example, JS, styling, and image changes) with a new update that contains bug fixes and other updates.

所有运行 expo-updates 库的应用都能够接收更新。要开始使用 EAS 更新,请继续阅读 入门 指南。

¥All apps running 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 更新允许你发布修补程序和增强功能以响应用户反馈或市场趋势。它可以帮助你保持用户对你的应用的参与度和满意度。不要等待下一个计划更新或手动更新请求。

¥EAS Update allows you to 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.

广泛的兼容性

¥Broad compatibility

EAS 更新可与普通 React Native 应用配合使用。你所需要做的就是安装轻量级 expo npm 包作为先决条件,使其成为 代码推送 等解决方案的引人注目的替代方案。

¥EAS Update works with vanilla React Native apps. All you need to do is install the lightweight expo npm package as a prerequisite, making it a compelling alternative to solutions such as Codepush.

为 Expo 量身定制

¥Tailored for Expo

EAS 更新专为 Expo 应用而设计,使集成变得简单且工作流程高效。使用网站 UI 检查应用状态和调试,特别是对于使用 EAS Build 的开发者。

¥EAS Update is designed for Expo apps, making integration easy and workflows efficient. Use the website UIs to check app status and debug, especially for developers using EAS Build.

可定制的更新策略

¥Customizable update strategies

如果默认行为不适合你,请通过 expo-updates API应用配置 应用更新。你将始终在塑造更新过程方面占据上风,而不会影响用户体验。

¥Apply updates through expo-updates API and app config if the default behavior is not suitable for you. You will always have the upper hand in shaping the update process without compromising your users' experience.

开始使用

¥Get started

开始使用 EAS 更新

了解如何开始在项目中配置和使用 EAS Update 所需的设置。

发布更新

了解如何使用 EAS Update 将更新发布到特定分支。

使用 GitHub 操作

提交后使用 QR 码发布更新和预览。

开发更快

使用 EAS 更新查看队友的更改。