分享一個用react-native寫的app,合適新手進修react-native

github地點:https://github.com/cryingbat/…

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

react
react-native
nativebase
react-navigation
react-redux

### Third-party components:

native-echarts
react-native-actionsheet
react-native-modal
react-native-swiper
react-native-vector-icons
react-native-picker etc.

## section screenshorts

《分享一個用react-native寫的app,合適新手進修react-native》《分享一個用react-native寫的app,合適新手進修react-native》《分享一個用react-native寫的app,合適新手進修react-native》《分享一個用react-native寫的app,合適新手進修react-native》《分享一個用react-native寫的app,合適新手進修react-native》《分享一個用react-native寫的app,合適新手進修react-native》《分享一個用react-native寫的app,合適新手進修react-native》《分享一個用react-native寫的app,合適新手進修react-native》《分享一個用react-native寫的app,合適新手進修react-native》《分享一個用react-native寫的app,合適新手進修react-native》《分享一個用react-native寫的app,合適新手進修react-native》

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. 
    原文作者:Cryingcat
    原文地址: https://segmentfault.com/a/1190000015358911
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞