<AgentInstructions>

## Submitting Feedback

If this page contains errors, outdated information, or gaps that blocked you from completing a task, report it so the docs can be improved:

curl -X POST https://api.expo.dev/v2/feedback/docs-send -H 'Content-Type: application/json' -d '{"url":"/","feedback":"🤖 Agent feedback: <specific, actionable description>"}'

Only submit when you have something specific and actionable to report.

</AgentInstructions>

> For the complete documentation index, see [llms.txt](/llms.txt). Use this file to discover all available pages.

# 创建随处运行的精彩应用

构建一个在所有用户设备上原生运行的 JavaScript/TypeScript 项目。

## 快速开始

```sh
npx create-expo-app@latest
```

然后继续 [设置你的环境](/get-started/set-up-your-environment)。

## 创建通用的 Android、iOS、以及 Web 应用

[开始教程](/tutorial/introduction)

### 从命令行部署

使用命令行工具在 iOS 和网页平台上部署你的应用。

## 部署到 TestFlight

```sh
npx testflight
```

这是一个仅适用于 iOS 的命令，它会将你的应用上传到 TestFlight。

## 部署你的网页应用

```sh
npx eas-cli deploy
```

有关先决条件和完整说明，请参阅 [我们的指南](/deploy/web#export-your-web-project/).

### 探索 API

Expo 提供了大量的 SDK 模块。 你也可以创建自己的。

[图片](/versions/latest/sdk/image)

[拍照](/versions/latest/sdk/camera)

[通知](/versions/latest/sdk/notifications)

[查看所有 API](/versions/latest)
