Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 735 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 735 Bytes

MovieApp

Task:

React Native - Coding Challenge

Link - https://mvpmatch.notion.site/Mobile-1-fb0490dde7d54d97b74ce497138eaecb

Installation:

(Required npm and expo cli installed)

After cloning the project run:

npm install

And you are good to go.

Running project

After installation, run project with:

expo start

this will open up browser with a QR code, you should scan the QR code with your Expo Go app (for iOS users, download expo app and use native camera to scan the code)

Or, run on an emulated device by pressing (in the terminal which runs the expo start command) a - for an Android device i - for an iOS device

Running tests

After installation, runt tests with:

npm test