Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.07 KB

File metadata and controls

44 lines (28 loc) · 1.07 KB

react-native-app-movies

Movie Library mobile app built with React Native and the OMDb API

Inspired by the amazing Cinemaniac - Movies To Watch app.

Medium Article: https://medium.com/@Maluen0/a-clueless-look-at-react-native-part-3-developing-a-movie-library-app-62f111a13321

Installing and running

Make sure to update the config-private.js file with your OMDb API key:

export default {
  "apiKey": "INSERT YOUR OMDb API KEY HERE"
};

Then execute

yarn
yarn start

create-react-native-app

This project was bootstrapped with Create React Native App.

Screenshots

Main empty

Search

Details

Main Favorites

Drawer