A React Native app to search for movies
- Obtain a TMDB API Key
mkdir config
cd config
touch tmdb.json
- Create a JSON in the file that was just created using
"apiKey"
as the key and your V3 TMDB API Key as the value npm start
- Open on an Android device