# GSYGithubAPP **Repository Path**: evilcodes/GSYGithubAPP ## Basic Information - **Project Name**: GSYGithubAPP - **Description**: 超完整的React Native项目,功能丰富,适合学习和日常使用。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验~~Σ( ̄。 ̄ノ)ノ。同款Weex版本 : https://github.com/CarGuo/GSYGithubAppWeex - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 12 - **Created**: 2023-02-20 - **Last Updated**: 2023-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  ### [English Readme](https://github.com/CarGuo/GSYGithubApp/blob/master/README_EN.md) ## ## An open source Github client App developed by React Native,Provide richer functionality and comparison with the same program by other language: : * ### Weex Version ( https://github.com/CarGuo/GSYGithubAppWeex ) * ### Flutter Version( https://github.com/CarGuo/GSYGithubAppFlutter ) * ### Android Kotlin Version( https://github.com/CarGuo/GSYGithubAppKotlin ) ``` Based on react-native development, I adapted Android and IOS. The purpose of the project is to facilitate personal daily maintenance and access to Github, better immerse in the mutual base between coders, Github is your home. The project is also suitable for the hands-on learning of react native, covering the use of various frameworks, interaction with native students, etc. With the use and feedback of the project, will user experience and function optimization be updated and improved from time to time? Welcome to ask questions. ``` ----- [](https://github.com/CarGuo/GSYGithubAPP/stargazers) [](https://github.com/CarGuo/GSYGithubAPP/network) [](https://github.com/CarGuo/GSYGithubAPP/issues) [](https://github.com/CarGuo/GSYGithubAPP/blob/master/LICENSE) ### 编译运行流程 1. Configuring react-native the Development Environment 2. Clone code, execute `npm install` install node_modules under the root directory >### 3. Emphasis: You need to create a ignoreConfig. JS file under the app / config directory, and then enter the Github client_id and client_secret you applied for. export const CLIENT_ID = "xxxx"; export const CLIENT_SECRET = "xxxx"; //如果需要上传七牛 export const ACCESS_KEY = "xxxx"; export const SECRET_KEY = "xxx"; export const QN_HOST = "xxxx"; export const SCOPE = "xxxx"; [ Register Github APP ](https://github.com/settings/applications/new)