博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
分享一个用react-native写的app,适合新手学习react-native
阅读量:6877 次
发布时间:2019-06-26

本文共 1728 字,大约阅读时间需要 5 分钟。

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.

转载地址:http://xcgfl.baihongyu.com/

你可能感兴趣的文章
Jquery学习
查看>>
.NET代理模式
查看>>
Eval绑定
查看>>
上传文件大小限制
查看>>
注意A链接的默认行为
查看>>
有序的组合
查看>>
MySQL----基本数据类型
查看>>
wpgcms---详情页面数据怎么渲染
查看>>
Postman中Collection Runner添加外部数据文件
查看>>
JVM性能调优监控工具jps、jstack、jmap、jhat、jstat、jinfo、jconsole使用详解
查看>>
验证DG最大性能模式下使用ARCH/LGWR及STANDBY LOG的不同情况
查看>>
【IOI2000】【洛谷1435】回文字串
查看>>
php数组的各种排序
查看>>
值得再次看的题目
查看>>
MySQL基础
查看>>
js作用域
查看>>
PHP语言 -- 数据访问,连接数据库
查看>>
GCD的使用和面试题集锦
查看>>
PIC18FXX2之INT0中断
查看>>
Vue-input框checkbox强制刷新
查看>>