Answers for "react-native run command"

4

how to run react native app

react-native run-android 
react-native run-ios
Posted by: Guest on August-23-2020
1

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
Posted by: Guest on April-27-2021

Code answers related to "react-native run command"

Code answers related to "Javascript"

Browse Popular Code Answers by Language