# ReactNativeDemo **Repository Path**: vanlemon/ReactNativeDemo ## Basic Information - **Project Name**: ReactNativeDemo - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-31 - **Last Updated**: 2021-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ReactNativeDemo - [React Native 中文网](https://reactnative.cn/docs/getting-started/) - [ES 6 入门教程](http://es6.ruanyifeng.com/) - [React 中文教程](https://react.docschina.org/tutorial/tutorial.html) - [React Native Github](https://github.com/reactnativecn/react-native-guide) ``` brew install node brew install watchman brew install flow npm install -g react-native-cli npm config get registry npm config set registry https://registry.npm.taobao.org npm config set registry https://registry.npmjs.org npm config get registry sudo xcode-select --switch /Applications/Xcode.app # ios brew cask install android-sdk # android npx react-native init AwesomeProject yarn add @commitlint/config-conventional @commitlint/cli --dev npm start yarn ios yarn android # The Android build tools only support JDK 1.7 & 1.8 currently. # The setup guide already specifies that it requires JDK 1.8: ```