github地址:https://github.com/cryingbat/...node
use react-native。Pack of the generated apk installation package in the app-latest.apk。and The installation package of android4.4/5.1/6.0 runs smoothly. react
For beginners, get a quick command of the react-native usage and navigation switch. It has a very big effect. I hope you can study together and make progress together.android
react
react-native
nativebase
react-navigation
react-redux ios
### Third-party components: git
native-echarts
react-native-actionsheet
react-native-modal
react-native-swiper
react-native-vector-icons
react-native-picker etc.github
## section screenshortsnpm
myapp │ ├── android 安卓系統的信息 │ ├── ios ios系統的信息 │ ├── screenshorts 項目部分截圖 ├── src 項目源代碼 │ ├── common 公共組件 │ ├── home 首頁 │ ├── imgs 全部圖片 │ ├── login 登陸頁 │ ├── me 個人頁 │ ├── page 新聞頁 │ ├── store redux配置 │ ├── area.json 省市區文件 │ ├── slider.js app進入輪播頁 │ └── index.js 項目入口文件 ├── package.json 項目依賴 ├── .bablelrc bable配置 ├── .buckconfig ├── .followconfig ├── .gitignore ├── .watchmanconfig ├── app-latest.apk 最新生成的apk文件 ├── app.json app信息 ├── appv0.0.1.apk 上次打包的app版本 ├── readme.md readme ├── router.js 路由配置文件 ├── yarn.lock
npm 6.1.0 node 6.10.2 step 1: git clone https://github.com/cryingbat/react-native-app.git step 2: npm i or yarn step 3: link your virtual device or your phone notice: This project only supports Android equipment
If you encounter the following problems:such as(can`t find your virtual device) please turn off your virtual machine and try again.