# react-native-easy-life **Repository Path**: WTFSSD/react-native-easy-life ## Basic Information - **Project Name**: react-native-easy-life - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 轻生活 - `git clone https://gitee.com/phonesun/react-native-easy-life.git` - `cd react-native-easy-life` - `npm install` # iconfont 字体应用 1. 拷贝下载好的iconfont.ttf 文件到 `src/assets/fonts/`文件夹下 没有请创建 2. 拷贝下载好的iconfont.svg 文件到 `src/assets/svg/`文件夹下 没有请创建 # 拷贝 iconfont.ttf 字体文件到iOS/Android 下 - `npm run copy` # 生成iconfont对应的Unicode索引文件 - `npm run generate` # start!!! ### iOS - `react-native run-ios` ### Android - `react-native run-android` # 添加自动提交 脚本 #### 12.12 - 评论(未完成)