# LycRn **Repository Path**: gl-reactnative/LycRn ## Basic Information - **Project Name**: LycRn - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 基础配置 ##### 安卓 修改`maven`为国内镜像加速,将`android/build.gradle`文件中的如下内容 ``` google() jcenter() ``` 全部替换成下面的内容 ``` maven { url 'https://maven.aliyun.com/repository/jcenter' } maven { url 'https://maven.aliyun.com/repository/google' } ``` 运行项目 ``` yarn react-native run-android ``` ### 备注 ``` git remote add origin git@gitee.com:gl-reactnative/LycRn.git ```