a game listing application demo.
This project project was bootstrapped using @react-native-community/cli
.
# clone the repo
git clone [email protected]:chafikchaban/game-listing-app.git
# go into the app's directory
cd game-listing-app
# install app's dependencies
yarn install
An API_KEY
is required for all http requests. make sure you get one.
To run the project you will have to setup your local environment first.
Please make sure to complete the React Native - Environment Setup.
# using npm
npm run android
# OR using Yarn
yarn android
# using npm
npm run ios
# OR using Yarn
yarn ios