Expo 轨道

通过一键构建和更新启动以及模拟器管理加速你的开发工作流程。


适用于 macOS 和 Windows 的 Expo Orbit 可以更快地从 EAS、本地文件安装和启动构建或更新,或者在模拟器和真实设备上运行 Snack 项目。

为什么选择 Orbit

🌐 Why Orbit

在 Orbit 出现之前,从 EAS 安装构建或更新(在 Android 和 iOS 实体设备或模拟器/模拟器上)或在模拟器上运行 Snack 项目都是手动操作。你需要运行 eas build:run 命令并为所选设备选择一个构建,或者下载归档文件然后将其拖放到模拟器中(在 iOS 的情况下)。此外,对于 Snack 项目,还需要额外步骤,包括在虚拟设备上安装 Expo Go、登录,然后从列表中选择相应的 Snack。Orbit 使所有这些步骤尽可能无缝化。

🌐 Before Orbit, installing builds or updates from EAS (on Android and iOS physical devices or emulator/simulator) or running Snack projects on simulators was manual. You had to run eas build:run command and select a build for your chosen device or download the archive and then drag and drop it to the simulator (in the case of iOS). Also, for Snack projects, additional steps included installing Expo Go on the virtual device, logging in, and then selecting the Snack from the list. Orbit makes all of these steps as seamless as possible.

高亮

🌐 Highlights

  • 列出并启动模拟器,包括运行不带音频的 Android 模拟器。
  • 一键安装并从 EAS 在模拟器和真实设备上启动构建。
  • 在 Android 模拟器或 iOS 模拟器上 安装并打开来自 EAS 的更新
  • 一键在模拟器中启动 Snack 项目。
  • 使用 Finder 从本地文件安装并启动应用,或将文件拖放到菜单栏应用中。Orbit 支持任何 Android .apk、iOS 模拟器兼容 .app 或临时签名的应用。
  • 查看你在 EAS 控制面板 上固定的项目,并快速启动你最新的构建。

安装

🌐 Installation

信息 Orbit 在 macOS 和 Windows 上都依赖 Android SDK,而仅在 macOS 上依赖 xcrun 进行设备管理,这需要同时设置 Android StudioXcode

你可以通过 Homebrew 在 macOS 上下载 Orbit,或者直接从 GitHub 发布页面 下载。

🌐 You can download Orbit with Homebrew for macOS, or directly from the GitHub releases.

Terminal
brew install expo-orbit

如果你希望 Orbit 在登录时自动启动,请点击菜单栏中的 Orbit 图标,然后选择 设置 并勾选 登录时启动 选项。

🌐 If you want Orbit to start when you log in automatically, click on the Orbit icon in the menu bar, then Settings and select the Launch on Login option.

重要 Windows 版 Orbit 目前处于测试阶段,仅兼容 x64 和 x86 机器。其他架构的兼容性将于未来添加。

你可以直接从 GitHub 发布页面 下载适用于 Windows 的 Orbit。

🌐 You can download Orbit for Windows directly from the GitHub releases.