Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1022 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 1022 Bytes

Movie App

Installation

npm install or yarn

Android

react-native run-android or yarn android

IOS

npx pod-install

react-native run-ios or yarn ios

Before Run

  • Create an api key in themoviedb
  • Create .env file and add this line ( API_KEY=YOUR_THEMOVIEDB_API_KEY )