how to know react version cmd code example
Example 1: how to check reactjs version in command prompt
npm list react
Example 2: How to check the installed version of React-Native
react-native info
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
---------------------------------