Millions of movies, TV shows and people to discover. Explore now. Developed using React Native and TMDB API.
Install Dependencies
$ npm install
Install Pods (Only for iOS)
$ cd ios && pod install && cd ..
Run Android
$ npm run android
Run iOS
$ npm run ios