Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

This is the mobile app from Feel the Movies project.

License

Notifications You must be signed in to change notification settings

cyruzin/feelthemovies_mobile

Repository files navigation

Feel the Movies Mobile

This is the mobile app from Feel the Movies project.

Install

First setup your environment with XCODE, Android Studio, JAVA, React Native Cli and other dependencies. Then inside the project folder:

yarn install

Run

With your device or emulator ready, inside the project folder run the following commands:

For Android

react-native run-android

For iOS

react-native run-ios

Since I don't have a MAC to test iOS version, maybe you'll find some errors to fix.

Play Store

Download the app for Android here.

Other Repositories

Dashboard

Back-end