“comment installer react natif” Réponses codées

React Installation native

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

Installer React Native CLI

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

React Configuration native

export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools
Hungry Hawk

comment installer react natif

npm install -g react-native
Worried Weasel

Réponses similaires à “comment installer react natif”

Questions similaires à “comment installer react natif”

Plus de réponses similaires à “comment installer react natif” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code