Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 751 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 751 Bytes

React-Native GITHUBER

Demo Demo Demo

React-Native App that works with Github API.

Getting Started

  1. Clone the repository.

  2. In root folder run yarn install or npm install to install all dependencies.

  3. Install React-Native CLI globally with npm install -g react-native-cli or yarn add global react-native-cli. Follow the guide for your SO in Getting Started - React Native

  4. Emulate with react-native run-ios or react-native run-android.