diff --git a/README.md b/README.md index d71ace6d..d2fb289b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/basic/setup.md b/docs/basic/setup.md index 23894c19..10156746 100644 --- a/docs/basic/setup.md +++ b/docs/basic/setup.md @@ -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