Skip to content

ddikodroid/movie-pedia

Repository files navigation

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