# GitHubPopular **Repository Path**: sfshine/GitHubPopular ## Basic Information - **Project Name**: GitHubPopular - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-22 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GitHub Popular 这是一个用来查看GitHub最受欢迎与最热项目的App,它基于React Native支持Android和iOS双平台。 ## 目录 * [下载](#下载) * [真机预览](#真机预览) * [功能与特性](#功能与特性) * [插件使用](#插件使用) * [运行调试](#运行调试) * [ToDo](#ToDo) ## 下载 ![GitHub Popular](https://raw.githubusercontent.com/wkl007/GitHubPopular/master/screenshot/GitHubPopular-twoCode.png) ## 真机预览 ![GitHub Popular](https://raw.githubusercontent.com/wkl007/GitHubPopular/master/screenshot/GitHubPopular-1.png) ## 功能与特性 * 支持订阅 50 多种编程语言; * 支持添加/删除编程语言,并支持自定义它们的排序; * 支持收藏喜欢的项目; * 支持多种颜色主题自由切换; * 支持搜索,并自持自定义订阅关键字; ## 插件使用 * [GitHubTrending ^3.0.0](https://github.com/crazycodeboy/GitHubTrending) * [react-navigation ^3.6.0](https://reactnavigation.org/) * [react-navigation-tabs ^2.1.0](https://github.com/react-navigation/react-navigation-tabs) * [react-native-vector-icons ^6.4.2](https://github.com/oblador/react-native-vector-icons) * [react-native-webview ^5.5.0](https://github.com/react-native-community/react-native-webview) * [react-native-code-push ^5.6.0](https://github.com/Microsoft/react-native-code-push) * [react-native-scrollable-tab-view ^0.8.0](https://github.com/skv-headless/react-native-scrollable-tab-view) * [react-native-easy-toast ^1.2.0](https://github.com/crazycodeboy/react-native-easy-toast) * [react-native-check-box ^2.1.7](https://github.com/crazycodeboy/react-native-check-box) * [react-native-htmlview ^0.13.0](https://github.com/jsdf/react-native-htmlview) * [react-native-parallax-scroll-view ^0.21.3](https://github.com/i6mi6/react-native-parallax-scroll-view) * [react-native-sortable-listview ^0.2.8](https://github.com/deanmcpherson/react-native-sortable-listview) * [react-native-splash-screen ^3.2.0](https://github.com/crazycodeboy/react-native-splash-screen) ## 运行调试 1. 准备React Native环境,可参考: [getting-started](https://reactnative.cn/docs/0.51/getting-started.html)。 2. Clone [GitHub Popular](https://gitee.com/wkl--007/GitHubPopular.git),然后终端进入项目根目录。 3. 终端运行 `npm install`||`yarn install`。 4. 然后运行 `react-native run-android` || `react-native run-ios`。 ## ToDo 1. ~~添加友盟统计功能。~~ 2. 添加第三方社会化分享功能。