Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 626 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 626 Bytes

Screenshot

Movie App

This is a react-native implementation for Movie-web. Download using this link

Get into development

First clone the project and do the following to install dependencies.

# using npm
npm install

# OR using Yarn
yarn install

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios