Skip to content

Commit 2d61717

Browse files
authored
Fix official Expo create command (typescript-cheatsheets#642)
1 parent df22e81 commit 2d61717

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ React has documentation for [how to start a new React project](https://react.dev
160160
- [Next.js](https://nextjs.org/docs/basic-features/typescript): `npx create-next-app@latest --ts`
161161
- [Remix](https://remix.run/docs/tutorials/blog): `npx create-remix@latest`
162162
- [Gatsby](https://www.gatsbyjs.com/docs/how-to/custom-configuration/typescript/): `npm init gatsby --ts`
163-
- [Expo](https://docs.expo.dev/guides/typescript/): `npx create-react-native-app -t with-typescript`
163+
- [Expo](https://docs.expo.dev/guides/typescript/): `npx create-expo-app -t with-typescript`
164164

165165
#### Try React and TypeScript online
166166

docs/basic/setup.md

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

2424
## Try React and TypeScript online
2525

0 commit comments

Comments
 (0)