Prerequisites :
- Before installing React Native, ensure that you have Node.js and npm (node package manager) installed on your machine
Step 1 :
- Install React Native CLI ( command : npm install -g react-native-cli )
Step 2 :
- Create a New React Native Project ( command : react-native init YourProjectName )
Step 3 :
- cd YourProjectName
Step 4 :
- For Android ( command : react-native run-android )
- For iOS ( command : react-native run-ios )
© www.thecoderjob.com. All Rights Reserved. Designed by HTML Codex