分享一个用react-native写的app,适合新手学习react-native

github地址:https://github.com/cryingbat/...node

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. 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

technology stack

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

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.
相关文章
相关标签/搜索