https://github.com/haitaodesign/leeccapp
第一款React Native App,实时汇率计算器,支持主题切换,兼容ios/android。
https://github.com/haitaodesign/leeccapp
learning react react-native react-native-app react-navigation react-redux
Last synced: 11 months ago
JSON representation
第一款React Native App,实时汇率计算器,支持主题切换,兼容ios/android。
- Host: GitHub
- URL: https://github.com/haitaodesign/leeccapp
- Owner: haitaodesign
- Created: 2018-07-09T09:49:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T08:34:48.000Z (almost 8 years ago)
- Last Synced: 2025-04-15T00:16:21.719Z (about 1 year ago)
- Topics: learning, react, react-native, react-native-app, react-navigation, react-redux
- Language: JavaScript
- Homepage:
- Size: 8.92 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# LeeCCApp
[](https://travis-ci.org/haitaodesign/LeeCCApp)
[](https://github.com/prettier/prettier)
>汇率计算器第一版
## 使用项目
1. 依赖安装
```
# npm or yarn
npm i
```
2. script脚本说明
```
# npm or yarn
npm run start // 启动开发服务器
npm run ios // 启动ios开发模拟器
npm run android // 启动安卓开发模拟器
npm run lint // eslint 代码检测
npm run lint:fix// eslint 代码自动修复
npm run prettier// 格式化代码
npm run format-code // 格式化并且自动eslint代码修复
```
## [更新日志](https://github.com/haitaodesign/LeeCCApp/wiki/%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97)
## Todo
- [x] 项目目录结构升级
- [x] 安卓项目持续集成打包apk