Learning React Native using GitHub API, project developed in the course of RocketSeat.
- Open Terminal
- Clone this repository
- Go to the project folder
- Install dependencies
git clone https://github.com/adrianomarquess/githubexplorer.git
cd githubexplorer
npm install
react-native start
react-native run-ios or react-native run-android
