A sample app build with React-Native. User can search for movies, view movie details, watch trailers, add movies to their watchlist and keep track of movies they've watched.
Movie data is provided by TMDb, watchlist and watched movies data is stored to device.
To be able to run this on an emulator make sure you have followed React Native getting started guide and have a TMDb API key.
// src/api/config.js
export const TMDbApiKey = <your-API-key>
This product uses the TMDb API but is not endorsed or certified by TMDb.