Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 709 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 709 Bytes

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.