Skip to content

Latest commit

 

History

History
122 lines (76 loc) · 5.11 KB

README_EN.md

File metadata and controls

122 lines (76 loc) · 5.11 KB

## An open source Github client App developed by React Native,Provide richer functionality and comparison with the same program by other language:

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.

GitHub stars GitHub forks GitHub issues GitHub 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    

4、Open Xcode to run or executereact-native run-android

Download

Apk

Type QR Code
Apk
**IOS Null

Chinese Articles

Demo

Third-party framework

LICENSE

CarGuo/GSYGithubAPP is licensed under the
Apache License 2.0

A permissive license whose main conditions require preservation of copyright and license notices. 
Contributors provide an express grant of patent rights. 
Licensed works, modifications, and larger works may be distributed under different terms and without source code.