rakhi2104 / rn-movie-app

An experiment to implement shared transitions in a Movie listing application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

An experiment to implement shared transitions in a Movie listing application


Languages

Language:JavaScript 100.0%