Skip to content

Commit

Permalink
Fix official Expo create command (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
notDemian authored Sep 22, 2023
1 parent df22e81 commit 2d61717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ React has documentation for [how to start a new React project](https://react.dev
- [Next.js](https://nextjs.org/docs/basic-features/typescript): `npx create-next-app@latest --ts`
- [Remix](https://remix.run/docs/tutorials/blog): `npx create-remix@latest`
- [Gatsby](https://www.gatsbyjs.com/docs/how-to/custom-configuration/typescript/): `npm init gatsby --ts`
- [Expo](https://docs.expo.dev/guides/typescript/): `npx create-react-native-app -t with-typescript`
- [Expo](https://docs.expo.dev/guides/typescript/): `npx create-expo-app -t with-typescript`

#### Try React and TypeScript online

Expand Down
2 changes: 1 addition & 1 deletion docs/basic/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ React has documentation for [how to start a new React project](https://react.dev
- [Next.js](https://nextjs.org/docs/basic-features/typescript): `npx create-next-app@latest --ts`
- [Remix](https://remix.run/docs/tutorials/blog): `npx create-remix@latest`
- [Gatsby](https://www.gatsbyjs.com/docs/how-to/custom-configuration/typescript/): `npm init gatsby --ts`
- [Expo](https://docs.expo.dev/guides/typescript/): `npx create-react-native-app -t with-typescript`
- [Expo](https://docs.expo.dev/guides/typescript/): `npx create-expo-app -t with-typescript`

## Try React and TypeScript online

Expand Down

0 comments on commit 2d61717

Please sign in to comment.