Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created March 3, 2021 20:56
Show Gist options
  • Save Klerith/89d5288dec7ff254913453d26a63e981 to your computer and use it in GitHub Desktop.
Save Klerith/89d5288dec7ff254913453d26a63e981 to your computer and use it in GitHub Desktop.
Comando para crear aplicación de React Native con TypeScript

Comando para crear un proyecto de RN con TS

npx react-native init AwesomeTSProject --template react-native-template-typescript
@sandres132
Copy link

sandres132 commented Jan 24, 2025

Si despues de esto aun no funciona su app, les recomiendo hagan delete del node_modules y del folder del directorio android/build
luego solo hagan

npm install

y ejecuten el npx react-native run-android, espero les ayude a mi en ciertas ocaciones me ayuda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment