Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 483 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 483 Bytes

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/