Skip to content

0xdevsachin/react-native-movie-app

Repository files navigation

Movie App 🚀

React Native Movie App

  • Fetch Trending Movies
  • Fetch Movies According to Genre
  • Movie Detail Screen

Screenshots 📷

Home Screen



Home Screen 2




Genre Screen




Movie Screen




Get API

TMDB Api



Development Setup

Clone the repository

git clone https://github.com/0xdevsachin/react-native-movie-app.git

Add Api in requests.js file

const API_KEY = 'Your_Api_key'

Install Dependencies

npm install

Start Project

npm start
npm run android (for android)
npm run ios (for ios)