Skip to content

An example React Native app that pulls information from TMDB.

License

Notifications You must be signed in to change notification settings

edmundito/MovieDBApp

Repository files navigation

MovieDBApp

App screenshot showing movie detail for Madame Web

This is a personal project created by @edmundito to freshen up on React Native and TypeScript. It's an example React Native app that pulls information from TMDB.

Getting Started

First, setup the .env file:

  1. Create .env.local
  2. Add TMDB_API_KEY to .env.local

You will need to setup an account on TMDB in order to get an API key.

Then, run!

npm start

Note: Currently, it's only designed for Android.