What problem does it solve?
This Skill provides a structured approach to integrating TMDB data with React Native TV applications, enabling developers to fetch movie and TV data, images, and trailers for rich catalog UIs.
Core Features & Use Cases
- API access & authentication: Use API key or Bearer token to securely fetch TMDB data for apps.
- Data retrieval & presentation: Retrieve trending, discovery, search, and details endpoints for movies and TV shows, with image handling for posters and backdrops.
- TypeScript typings & helpers: Includes interfaces for Movie, TVShow, and common TMDB responses, along with image URL helpers.
- Use Case: Build a Netflix-style catalog that lists trending content, previews trailers, and navigates to detail screens.
Quick Start
Initialize the TMDB client with your API key or token, then call hooks such as useTrending and useMovieDetails to populate UI, and render images using getPosterUrl/getBackdropUrl.