- macos
- Install xcode 9.4+
- Install node 8.3+
- Install JDK 8
Android Studio is not required. We will use shell script to install sdk-platforms and sdk-tools.
You'd better install jdk8, not jdk10. Because jdk10 may make your app crash.
npm install -g react-native-init@latestOR
yarn global add react-native-init@latestOpen terminal and type script:
react-native-init YourProjectNameAnd then run your project:
cd YourProjectName
# For first time initialize.
node scripts/init
# Or yarn start
npm startUsing npm to install package whatever.
react-native-init YourProjectName --npmIf you don't append this parameter, we will check yarn at first, and then check npm when yarn is not installed.
| repository | react-native |
|---|---|
| < 0.7.0 | 0.54.* - 0.56.* |
| 0.58.* | 0.58.* |