/rn-movie-app

An experiment to implement shared transitions in a Movie listing application

Primary LanguageJavaScript

React Native Experiment

Shared Transition

This is an experiment to implement shared transitions in a Movie listing application

App Demo

Guides

To get started, you can fork this Repo and clone the repository to you machine.

Create a file utils/secrets.js.

const TMDB_API_KEY = "YOUR_TMDB_API_KEY";

export { TMDB_API_KEY };

To get your own TMDB API Key, visit https://developers.themoviedb.org/