A React Native app that interacts with the Movies App from rapidapi to get movie information easily, including trailers and embedded videos
- NodeJS
- Expo
# 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
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
expo start