Skip to content

Yet another application written in React Native to view repositories, their pull requests and issues.

Notifications You must be signed in to change notification settings

tarsusi/github_viewer

Repository files navigation

Github Viewer

This application is written in React Native. Shows github repositories, pull requests and issues for selected repository.

Project initialization

After cloning the project run below command:

yarn install // or npm install

Not: If you targeted the iOS environment you should also need to install pods. It can be done directly in ios folder and run the command:

pod install

Or you can just use the script, named podsinstall, described in package.json

yarn run podsinstall // or npm run podsinstall

About

Yet another application written in React Native to view repositories, their pull requests and issues.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages