Examples
Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
Install / Use
/learn @expo/ExamplesREADME
<p align="center">
<a href="https://expo.dev/">
<img alt="expo examples" height="128" src="./.gh-assets/banner.png">
<h1 align="center">Expo Examples</h1>
</a>
</p>
<p align="center">
<a aria-label="SDK version" href="https://www.npmjs.com/package/expo" target="_blank">
<img alt="Expo SDK version" src="https://img.shields.io/npm/v/expo.svg?style=flat-square&label=SDK&labelColor=000000&color=4630EB">
</a>
<a aria-label="PRs Welcome" href="http://makeapullrequest.com" target="_blank">
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square"/>
</a>
<a aria-label="first-timers-only Friendly" href="http://www.firsttimersonly.com" target="_blank">
<img alt="first-timers-only Friendly" src="https://img.shields.io/badge/first--timers--only-friendly-4630EB.svg?style=flat-square" />
</a>
</p>
<p align="center">
<a aria-label="create a new example" href="https://github.com/expo/examples/blob/master/contributing.md"><b>Create an Example</b></a>
|
<a aria-label="suggest an example" href="https://github.com/expo/examples/issues/new?assignees=&labels=&template=feature_request.md">Suggest an Example 🚀</a>
</p>
<p align="center">Easy example for using features, libraries, and other integrations with Expo!
</p>
Usage
Use this repo to create new universal React and React Native projects with create-expo.
npx create-expo --example <Example>
bun create expo --example <Example>
# Example - with-router-ai
bun create expo --example with-router-ai
Launch badge
You can add the launch.expo.dev badge to your project's README to enable single-click deployment:
[](https://launch.expo.dev/?github=<GH_REPO_URL>)
Replace <GH_REPO_URL> with the URL of your GitHub repository, e.g., https://github.com/expo/examples/tree/master/with-router-ai.
