react native movies
1.0.0
Mobile application of movies that allows you to see which are the new releases, the most popular of the moment, about to come out and more.

Clone/download the project and run yarn install to build the dependencies the project needs.
Install the React Native command line interface.
npm install -g react-native-cli
// Inside the downloaded folder
// To start Metro Bundler
npx react-native start
// Launch app on emulator or device
npx react-native run-android
npx react-native run-ios
This application uses the themoviedb API which requires you to use your own API_KEY to make requests.
Released under the MIT licensed.