Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.02 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.02 KB

#movieapp

forked this from original to try out SharedElementTransition


SharedElementTransition

movieapp-screenshots_big_iphone_

Requirements

Installation

Clone this repo

$ git clone [email protected]:damathryx/movieapp.git
$ cd movieapp
$ yarn install or npm install

Create .env file in your root directory and add the following

TMDB_URL=https://api.themoviedb.org/3
TMDB_IMG_URL=https://image.tmdb.org/t/p
TMDB_API_KEY=your_tmdb_api_key_here

YOUTUBE_URL=https://www.googleapis.com/youtube/v3/videos
YOUTUBE_API_KEY=your_youtube_api_key_here

Get api key - TMDB - Youtube

How to start

$ react-native run-android
$ react-native run-ios