npx react-native init AwesomeTSProject --template react-native-template-typescript
Created
March 3, 2021 20:56
-
Star
(128)
You must be signed in to star a gist -
Fork
(30)
You must be signed in to fork a gist
-
-
Save Klerith/89d5288dec7ff254913453d26a63e981 to your computer and use it in GitHub Desktop.
Comando para crear aplicación de React Native con TypeScript
El comando que usa FH en el video está deprecado.
Usa este en su lugar:
npx @react-native-community/cli init MyFirstApp
TypeScript (ya viene por defecto en versiones recientes, no necesitas el flag --template)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

npx @react-native-community/cli init AwesomeTSProject --template react-native-template-typescript