Feb 11, 2017

React Native: Hello World in 5 minutes

//install note.js
//install react-native
npm install -g react-native-cli

//init project
react-native init HelloWorld
cd HelloWorld
react-native start

//build on Android or iOS
react-native run-android
react-native run-ios

No comments:

Post a Comment