Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reeli/react-native-starter
https://github.com/reeli/react-native-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/reeli/react-native-starter
- Owner: reeli
- Created: 2016-07-07T05:43:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:33:49.000Z (about 1 year ago)
- Last Synced: 2024-05-27T21:17:28.724Z (7 months ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-starter
## 创建 react native app
1. npm install -g react-native-cli
2. react-native init ReactNativeStarter
cd ReactNativeStarter
> xcode 必须大于等于 7.0 版本
## IOS 启动npm install
npm run ios
npm start
## Android 启动安装Android Studio 以及对应的 Android SDK 和 Android 模拟器镜像文件
npm run android