An open API service indexing awesome lists of open source software.

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。

Awesome Lists containing this project

README

          

# LeeCCApp
[![Build Status](https://travis-ci.org/haitaodesign/LeeCCApp.svg?branch=master)](https://travis-ci.org/haitaodesign/LeeCCApp)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](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