A simple Github explorer written with React Native
Install dependencies:
npm install
Copy secrets.template.js
to secrets.js
. Then, generate a Github OAuth token and add it to secrets.js
.
Start the app in development mode via Expo:
npm start
Then, either scan the QR code with the Expo app on a physical device, or press the i
key to launch the iOS simulator.
- OAuth Sign-in Screen
- Paginated loading of Repos/Users/Search Results
- Cache timeout for data stored in AsyncStorage
- This project was bootstrapped with Create React Native App.
- This project makes heavy use of the awesome NativeBase component library