Name Date Size #Lines LOC

..26-Sep-2023-

.gh-assets/H26-Sep-2023-223203

e2e/H26-Sep-2023-362284

src/H26-Sep-2023-2,9512,369

template/H26-Sep-2023-1513

.eslintignoreH A D26-Sep-20236 21

.gitignoreH A D26-Sep-20237 21

CHANGELOG.mdH A D26-Sep-20231.3 KiB3820

README.mdH A D26-Sep-20231.5 KiB4931

babel.config.jsH A D26-Sep-2023198 1210

jest.config.jsH A D26-Sep-2023372 1310

package.jsonH A D26-Sep-20231.6 KiB6059

tsconfig.jsonH A D26-Sep-2023349 1514

README.md

1<!-- Title -->
2
3<p align="center">
4  <a href="https://github.com/expo/examples">
5    <img alt="create-expo-app" src="./.gh-assets/banner.svg">
6    <h1 align="center">Create Expo App</h1>
7  </a>
8</p>
9
10<!-- Header -->
11
12<p align="center">
13  <b>The fastest way to create universal React apps</b>
14  <br />
15
16  <p align="center">
17    <!-- iOS -->
18    <img alt="Supports Expo iOS" longdesc="Supports Expo iOS" src="https://img.shields.io/badge/iOS-000.svg?style=flat-square&logo=APPLE&labelColor=999999&logoColor=fff" />
19    <!-- Android -->
20    <img alt="Supports Expo Android" longdesc="Supports Expo Android" src="https://img.shields.io/badge/Android-000.svg?style=flat-square&logo=ANDROID&labelColor=A4C639&logoColor=fff" />
21    <!-- Web -->
22    <img alt="Supports Expo Web" longdesc="Supports Expo Web" src="https://img.shields.io/badge/web-000.svg?style=flat-square&logo=GOOGLE-CHROME&labelColor=4285F4&logoColor=fff" />
23  </p>
24  <p align="center">
25    <a href="https://packagephobia.now.sh/result?p=create-expo">
26      <img alt="the best way to bootstrap a react native app" longdesc="the best way to create a react native app" src="https://flat.badgen.net/packagephobia/install/create-expo" />
27    </a>
28  </p>
29
30</p>
31
32<!-- Body -->
33
34```sh
35# With NPM
36npx create-expo
37
38# With Yarn
39yarn create expo
40
41# With pnpm
42pnpm create expo
43
44# With Bun
45bunx create-expo
46```
47
48Once you're up and running with Create Expo App, visit [this tutorial](https://docs.expo.dev/tutorial/planning/) for more information on building mobile apps with React.
49