Skip to content

第一款React Native App,实时汇率计算器,支持主题切换,兼容ios/android。

Notifications You must be signed in to change notification settings

haitaodesign/LeeCCApp

Repository files navigation

LeeCCApp

Build Status code style: prettier

汇率计算器第一版

使用项目

  1. 依赖安装
# npm or yarn
npm i 
  1. 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代码修复

Todo

  • 项目目录结构升级
  • 安卓项目持续集成打包apk