Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 861 Bytes

README.md

File metadata and controls

45 lines (36 loc) · 861 Bytes

MovieTime

Millions of movies, TV shows and people to discover. Explore now. Developed using React Native and TMDB API.

Screenshot

Installation

Install Dependencies

$ npm install

Install Pods (Only for iOS)

$ cd ios && pod install && cd ..

Run Android

$ npm run android

Run iOS

$ npm run ios