Skip to content

A React Native app that interacts with the Movies App from rapidapi to get movie information easily, including trailers and embedded videos

Notifications You must be signed in to change notification settings

Raymond-ap/react-native-movie-app

Repository files navigation

react-native-movie-app

A React Native app that interacts with the Movies App from rapidapi to get movie information easily, including trailers and embedded videos

Requirements

  • NodeJS
  • Expo

Setup instructions

1. Install dependencies

# Clone the react-native-movie-app repo
git clone https://github.com/Raymond-ap/react-native-movie-app
cd react-native-movie-app

# Install npm dependencies
npm install

2. Setup up your app

Get your Movie API key from https://developers.themoviedb.org/3

  • create a .env file in your root folder and
  • Open the .env file in your and fill in the credentials.
paste API_KEY=YOUR_API_KEY_FROM https://developers.themoviedb.org/3

3. Start your app

expo start

ScreenShots - Native App

Screenshot_20220912-220052~2 Screenshot_20220912-220110 Screenshot_20220912-220144 Screenshot_20220912-221326~2 Screenshot_20220912-221353~2