how to find android Reat native version code example
Example 1: react native init specific version
react-native init projectname --version 0.60.0
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
---------------------------------