Horje
how to install react native Code Example
react native installation
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
install 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 

how to install react native
down node js 
then npm i neact-native
react native setup
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




Shell

Related
how to remove a remote origin in git and add new Code Example how to remove a remote origin in git and add new Code Example
added changes to a specific commit Code Example added changes to a specific commit Code Example
linux unzupgz files Code Example linux unzupgz files Code Example
how to unzip using tar Code Example how to unzip using tar Code Example
composer install  require ext-dom * -> it is missing from your system Code Example composer install require ext-dom * -> it is missing from your system Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13