<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.

# Create amazing apps that run everywhere

Build one JavaScript/TypeScript project that runs natively on all your users' devices.

## Quick Start

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

Then continue [setting up your environment](/get-started/set-up-your-environment).

## Create a universal Android, iOS, and web app

[Start Tutorial](/tutorial/introduction)

## Launch to app stores

Ship apps with zero config or no prior experience. Launch easily guides you through the technical stuff, directly from GitHub. No config or prior knowledge needed.

[Try Launch](https://launch.expo.dev/)

### Deploy from CLI

Deploy your apps using command-line tools for iOS and web platforms.

## Deploy to TestFlight

```sh
npx testflight
```

This is an iOS-only command that will upload your app to TestFlight.

## Deploy your web app

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

For prerequisites and complete instructions, see [our guide](/deploy/web#export-your-web-project/).

### Discover more

Try out Expo in minutes and learn how to get the most out of Expo.

## Speed up your development with Expo Application Services

[Start EAS Tutorial](/tutorial/eas/introduction)

## Discover the benefits of file-based routing with Expo Router

[Learn More](/router/introduction)

### Try Expo in your browser

Expo's Snack lets you try Expo with zero local setup.

[Create a Snack](https://snack.expo.dev/)

### Chat with the community

Join over 60,000 other developers  
on the Expo Community Discord.

[Go to Discord](https://chat.expo.dev)

### Explore APIs

Expo supplies a vast array of SDK modules. You can also create your own.

[Image](/versions/latest/sdk/image)

[Camera](/versions/latest/sdk/camera)

[Notifications](/versions/latest/sdk/notifications)

[View all APIs](/versions/latest)

### Explore examples

Explore a variety of example projects showcasing how to use Expo and seamlessly integrate it with popular services.

[StickerSmash](https://github.com/expo/examples/tree/master/stickersmash)

[Router + menus](https://github.com/expo/examples/tree/master/with-router-menus)

[API Routes + Open AI](https://github.com/expo/examples/tree/master/with-openai)

[View all examples](https://github.com/expo/examples)

### Watch our latest talks

Explore our team's presentations. Stay informed and gain expertise.

[Keynote: streamline React Native development](https://www.youtube.com/watch?v=lnxanzsP1rM) — Charlie Cheever, Jon Samp — App.js Conf 2025

[Deploy Everywhere with Expo Router](https://www.youtube.com/watch?v=GKQ_0VfYweg) — Evan Bacon — App.js Conf 2025

[Embracing Native Code and Capabilities](https://www.youtube.com/watch?v=TLoHua8bzPg) — Keith Kurak — App.js Conf 2025

[Launching Desktop Apps to Orbit with React Native](https://www.youtube.com/watch?v=K7yC3JKfWYU) — Gabriel Donadel — App.js Conf 2024

### Join the community

See the source code, connect with others, and get connected.

[Discord and Forums](https://chat.expo.dev) — Join our Discord to chat, ask questions or attend events.

[GitHub](https://github.com/expo/expo) — View SDK and docs code, submit a PR, or report an issue.

[YouTube](https://www.youtube.com/channel/UCx_YiR733cfqVPRsQ1n8Fag) — Follow our channel to explore tutorials and other content.

[LinkedIn](https://www.linkedin.com/company/expo-dev/) — Follow Expo on LinkedIn for news and updates.

[Bluesky](https://bsky.app/profile/expo.dev) — Follow Expo on Bluesky for news and updates.

[X](https://x.com/expo) — Follow Expo on X for news and updates.

[Reddit](https://www.reddit.com/r/expo) — Get the latest on r/expo.

[Canny](https://expo.canny.io/) — Give us a feedback or request a feature.
