Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 584 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 584 Bytes

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