# examples **Repository Path**: docname/examples ## Basic Information - **Project Name**: examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-08 - **Last Updated**: 2025-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

expo examples

Expo Examples

Expo SDK version first-timers-only Friendly

Create an Example | Suggest an Example 🚀

Easy example for using features, libraries, and other integrations with Expo!

## Usage Use this repo to create new universal React and React Native projects with [**create-expo**](https://github.com/expo/expo/tree/main/packages/create-expo#readme). ```sh npx create-expo --example bun create expo --example # Example - with-router-ai bun create expo --example with-router-ai ``` ## Launch badge [![Launch with Expo](https://github.com/expo/examples/blob/master/.gh-assets/launch.svg?raw=true)](https://launch.expo.dev/?github=https://github.com/expo/examples/tree/master/with-router-menus) You can add the launch.expo.dev badge to your project's README to enable single-click deployment: ``` [![Launch with Expo](https://github.com/expo/examples/blob/master/.gh-assets/launch.svg?raw=true)](https://launch.expo.dev/?github=) ``` Replace `` with the URL of your GitHub repository, e.g., `https://github.com/expo/examples/tree/master/with-router-ai`.