- If you want to know how the API works, you should take a look of this repo: Movies API Project
- This project (Movies Mobile) makes use of the project above which provide endpoints for this app.
- Download the repo:
$ git clone [email protected]:yasskate/movies_mobile.git
- Install all the dependencies
$ cd movies_mobile && npm install
$ react-native run-ios
$ react-native run-android