通过在分支上发布更新与你的团队共享应用预览。
在分支上做出更改后,你可以通过发布更新与你的团队共享这些更改。这允许你在审核期间获得有关更改的反馈。
¥Once you've made changes on a branch, you can share them with your team by publishing an update. This allows you to get feedback on your changes during review.
¥Publish a preview of your changes
你可以通过运行以下 EAS 命令行接口 命令来发布当前更改的预览:
¥You can publish a preview of your current changes by running the following EAS CLI command:
-
eas update --auto
此命令将在当前分支名称下发布更新。
¥This command will publish an update under the current branch name.
¥Share with your team
发布预览后,你将在终端窗口中看到如下输出:
¥Once the preview is published, you'll see output like this in the terminal window:
✔ Published!
...
EAS Dashboard https://expo.dev/accounts/your-account/projects/your-project/updates/708b05d8-9bcf-4212-a052-ce40583b04fd
与审阅者共享 EAS 仪表板链接。打开链接后,他们可以单击预览按钮。他们将看到一个二维码,可以扫描该二维码在其设备上打开预览。
¥Share the EAS dashboard link with a reviewer. After opening the link, they can click on the Preview button. They will see a QR code that they can scan to open the preview on their device.