Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 563 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 563 Bytes

githuber

React Native application to check the user repositories and organizations

githuber-welcome githuber-repositories githuber-repositories

Setup

npm i or yarn

Running

First build:

  • iOS: react-native run-ios

  • Android: react-native run-android

Later builds just run:

npm run start or yarn start