GitHub Android and iOS Client with React Native that Supports Trending, Star, Search and Subscribe Functions
- Execute
npm installoryarn installin the project root directory; - Switch to the ios directory to execute
pod install - Then run
react-native run-iosorreact-native run-android;
Upgrade react-navigation & react-navigation-tabs to the latest version - solve the problem of click switching under Android;
"GitHubTrending": "^3.0.2" -> "GitHubTrending": "^3.1.1"
"react-navigation": "^3.3.2" -> "react-navigation": "^3.11.0"
"react-navigation-tabs": "^2.0.0-alpha.0" -> react-navigation-tabs": "^2.1.3"