github地址:
react-native-app
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.
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.
technology stack
### Third-party components:
etc.
## section screenshorts
tree
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
development
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
questions:
If you encounter the following problems:such as(can`t find your virtual device)please turn off your virtual machine and try again.