File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ React has documentation for [how to start a new React project](https://react.dev
160
160
- [ Next.js] ( https://nextjs.org/docs/basic-features/typescript ) : ` npx create-next-app@latest --ts `
161
161
- [ Remix] ( https://remix.run/docs/tutorials/blog ) : ` npx create-remix@latest `
162
162
- [ 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 `
164
164
165
165
#### Try React and TypeScript online
166
166
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ React has documentation for [how to start a new React project](https://react.dev
19
19
- [ Next.js] ( https://nextjs.org/docs/basic-features/typescript ) : ` npx create-next-app@latest --ts `
20
20
- [ Remix] ( https://remix.run/docs/tutorials/blog ) : ` npx create-remix@latest `
21
21
- [ 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 `
23
23
24
24
## Try React and TypeScript online
25
25
You can’t perform that action at this time.
0 commit comments