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.
First, setup the .env file:
- Create
.env.local - Add
TMDB_API_KEYto.env.local
You will need to setup an account on TMDB in order to get an API key.
Then, run!
npm startNote: Currently, it's only designed for Android.
