Home

Awesome

PelisTime-Mobile

Versión móvil de PelisTime creado con react-native, redux y react-native-material-design, basándome en el boilerplate example-react-native-redux.

Setup

$ git clone https://github.com/ghondar/PelisTime-Mobile.git
$ cd PelisTime-Mobile
$ npm install
$ npm run clear

Configure vlc library

Download file here

And put libvlc.aar on node_modules/react-native-vlc-player/android/libvlc

How to run:

run react-native server:

$ react-native start

and on another terminal:

$ react-native run-android