Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 474 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 474 Bytes

OMDB APP

Discover Movies

omdbapp-screenshots

Installation

Clone this repo

$ git clone https://github.com/hainv-ohio/react-native-test.git
$ cd react-native-test
$ yarn install or npm install

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

API_URL=http://www.omdbapi.com/
API_KEY=YOUR_API_KEY_HERE

How to start

$ npx expo start