Skip to content

Latest commit

History

History
17 lines (14 loc) 路 470 Bytes

README.md

File metadata and controls

17 lines (14 loc) 路 470 Bytes

Movie Pedia

Features

1. Show latest movies
2. Search movies by genre and country
3. Infinite scroll in latest movies

How To Install

  • clone the repository git clone https://github.com/ddikodroid/movie-pedia.git
  • install all dependecies npm install or yarn
  • for iOS, you need to do pod install cd ios && pod install && cd ..

How To Run The Project

Android

  • npx react-native run-android

iOS

  • npx react-native run-ios