React-Native App that works with Github API.
-
Clone the repository.
-
In root folder run
yarn install
ornpm install
to install all dependencies. -
Install React-Native CLI globally with
npm install -g react-native-cli
oryarn add global react-native-cli
. Follow the guide for your SO in Getting Started - React Native -
Emulate with
react-native run-ios
orreact-native run-android
.