A react native app to list the 100 first Github repositories from their public API. To update/refresh list, just swipe down from the top of the screen. You're able to see the repository details from the mobile web browser when you tap a repository card item.
Attention: Github limits to 60 requisitions per hour by IP.
Plug the device or emulator and run the following commands:
npm install
react native run android