Answers for "where is react-native installed"

0

How to check the installed version of React-Native

react-native info
//or
ing npm install
-->JargonAprV2 git:(master) x react-native -v
react-native-cli: 0.1.10
react-native : 0.24.1
npm install -g yarn : incase yarn internal or external command	 

npm install -g serve : installing npm globaly
serve -s build 
---------------------------------
npm install -g react-native-cli
react-native init AwesomeProject
---------------------------------
Posted by: Guest on June-02-2020
6

how to install react native

down node js 
then npm i neact-native
Posted by: Guest on March-25-2020

Code answers related to "where is react-native installed"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language