This is a react-native implementation for Movie-web. Download using this link
First clone the project and do the following to install dependencies.
# using npm
npm install
# OR using Yarn
yarn install
# using npm
npm run android
# OR using Yarn
yarn android
# using npm
npm run ios
# OR using Yarn
yarn ios