npm install -g react-native-cli
react-native init <项目名>
cd <项目名>
npm start
react-native run-ios react-native run-android