GitHub for iOS. Built with React Native.
View repository and user information, control your notifications and even manage your issues and pull requests. GitPoint is the most feature-rich unofficial GitHub iOS client that is 100% free.
- 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
- Control your unread and participating notifications
- Easily search for any user or repository
Feel free to send me 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!
Also, if there's anything you'd like to chat about, please feel free to join our gitter chat!
- Follow the React Native Guide for getting started building a project with native code. A Mac is required.
- Clone or download the repo
yarnto install dependenciesyarn run linkto link react-native dependenciesyarn start:iosto start the packager and run the app in the iOS simulator (yarn start:ios:loggerwill boot the application with redux-logger)yarn start:androidto start the packager and run the app in the the Android device/emulator (yarn start:android:loggerwill 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


