“Instale a CLI nativa do React” Respostas de código

reaja a instalação nativa

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

Instale a CLI nativa do React

if you have nodejs in your system then open terminal and install 
react-native-cli globly  via 

sudo yarn add react-native-cli


npm install yarn  (if donot have yarn install)

to check nodejs via node -v and check package manager via npm -v 

Singh99

Respostas semelhantes a “Instale a CLI nativa do React”

Perguntas semelhantes a “Instale a CLI nativa do React”

Mais respostas relacionadas para “Instale a CLI nativa do React” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código