“React Native Init” Código de respuesta

Instalación nativa reaccionar

npm install -g react-native-cli

//cd to the file where your react native projects will be 
react-native init albums

// Run instructions for  IOS/Android
cd projects/albums 

npx react-native run-ios
npx react-native run-android
Grieving Gharial

React Native Init

npx react-native init AwesomeTSProject

## With typescript
npx react-native init AwesomeTSProject --template react-native-template-typescript
Lucas Juan

Respuestas similares a “React Native Init”

Preguntas similares a “React Native Init”

Más respuestas relacionadas con “React Native Init” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código