React Native Installation
1: Install Node JS : https://nodejs.org/en/download/
2: npm install -g react-native-cli
3: react-native init AwesomeProject
4: cd FirstProject
5: react-native run-android
6: react-native run-iOS
React Native Installation
1: Install Node JS : https://nodejs.org/en/download/
2: npm install -g react-native-cli
3: react-native init AwesomeProject
4: cd FirstProject
5: react-native run-android
6: react-native run-iOS