Github Explorer is a demo mobile application built using ReactNative/Expo to connect to Github using Graphql Relay client.
The application is published on Expo and can be run on Android using an expo client.
- The user name/avatar.
- List Rrepositories sources, and refetch when selecting forks.
- Load more repositories when scrolling down.
- Details page for repository.
- Primary language name and logo.
- List of commits history, and load more when scrolling down.
- ReactNative
- Expo
- Graphql Relay
- React Hooks
- Graphql Queries with Fragments
- React Navigation V5
- Shared Element Animation
yarn install
yarn ios
yarn android