how to install react native code example
Example 1: react native installation
npm install -g react-native-cli
react-native init albums
cd projects/albums
npx react-native run-ios
npx react-native run-android
Example 2: create react-native project
npx react-native init AwesomeProject
Example 3: react native install
npm install -g react-native-cli
Example 4: 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
Example 5: how to install react native
down node js
then npm i neact-native
Example 6: download and install react native
react-native init AwesomeProject