GitPoint
GitHub in your pocket. Built with React Native.
Table of Contents
Introduction
View repository and user information, control your notifications and even manage your issues and pull requests. Built with React Native, GitPoint is one of the most feature-rich unofficial GitHub clients that is 100% free.
Available for both iOS and Android.
Features
A few of the things you can do with GitPoint:
- View user activity feed
- Communicate on your issue and pull request conversations
- Close or lock issues
- Apply labels and assignees
- Review and merge pull requests
- Create new issues
- Star, watch and fork repositories
- Control your unread and participating notifications
- Easily search for any user or repository
Feedback
Feel free to send us feedback on Twitter or file an issue. Feature requests are always welcome. If you wish to contribute, please take a quick look at the guidelines!
If there's anything you'd like to chat about, please feel free to join our Gitter chat!
Contributors
This project follows the all-contributors specification and is brought to you by these awesome contributors.
Build Process
- Follow the React Native Guide for getting started building a project with native code. A Mac is required if you wish to develop for iOS.
- Clone or download the repo
yarn
to install dependenciesyarn run link
to link react-native dependenciesyarn start:ios
to start the packager and run the app in the iOS simulator (yarn start:ios:logger
will boot the application with redux-logger)yarn start:android
to start the packager and run the app in the the Android device/emulator (yarn start:android:logger
will boot the application with redux-logger)
Please take a look at the contributing guidelines for a detailed process on how to build your application as well as troubleshooting information.
Development Keys: The CLIENT_ID
and CLIENT_SECRET
in api/index.js
are for development purposes and do not represent the actual application keys. Feel free to use them or use a new set of keys by creating an OAuth application of your own. Set the "Authorization callback URL" to gitpoint://welcome
.
Backers
Thank you to all our backers! 🙏 [Become a backer]
Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
Acknowledgments
Thanks to JetBrains for supporting us with a free Open Source License.