Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
refactor(create-expo-app): move package to expo/expo (#4759)
Browse files Browse the repository at this point in the history
* refactor(create-expo-app): move package to `expo/expo`

* refactor(create-expo-app): remove `create-expo-app` from workflows
  • Loading branch information
byCedric authored Sep 13, 2023
1 parent ac5097a commit 5bac95d
Show file tree
Hide file tree
Showing 47 changed files with 75 additions and 4,307 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
babel-preset-cli,
expo-cli,
expo-doctor,
create-expo-app,
expo-codemod,
image-utils,
json-file,
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
node: ['16']
package:
[
create-expo-app,
dev-tools,
babel-preset-cli,
expo-cli,
Expand Down
222 changes: 0 additions & 222 deletions packages/create-expo-app/.gh-assets/banner.svg

This file was deleted.

49 changes: 2 additions & 47 deletions packages/create-expo-app/README.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,3 @@
<!-- Title -->
# `create-expo-app`

<p align="center">
<a href="https://github.com/expo/examples">
<img alt="create-expo-app" src="./.gh-assets/banner.svg">
<h1 align="center">Create Expo App</h1>
</a>
</p>

<!-- Header -->

<p align="center">
<b>The fastest way to create universal React apps</b>
<br />

<p align="center">
<!-- iOS -->
<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" />
<!-- Android -->
<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" />
<!-- Web -->
<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" />
</p>
<p align="center">
<a href="https://packagephobia.now.sh/result?p=create-expo-app">
<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-app" />
</a>
</p>

</p>

<!-- Body -->

```sh
# With NPM
npx create-expo-app

# With Yarn
yarn create expo-app

# With pnpm
pnpm create expo-app

# With Bun
bunx create-expo-app
```

Once 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.
This package has [moved to the `expo/expo` repo](https://github.com/expo/expo/tree/main/packages/create-expo-app).
11 changes: 0 additions & 11 deletions packages/create-expo-app/babel.config.js

This file was deleted.

Loading

0 comments on commit 5bac95d

Please sign in to comment.