Merge pull request #32 from lbryio/rnvideo-fix

add react-native-video install to fix travis build
This commit is contained in:
akinwale 2018-03-18 17:04:43 +01:00 committed by GitHub
commit 3eb3f54c1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ install:
- sudo pip install --upgrade cython==0.25.2 pip setuptools - sudo pip install --upgrade cython==0.25.2 pip setuptools
- git clone https://github.com/akinwale/buildozer.git - git clone https://github.com/akinwale/buildozer.git
- cd app - cd app
- npm install --silent --save react@16.2.0 react-native@0.52.0 - npm install --silent --save react@16.2.0 react-native@0.52.0 react-native-video@2.0.0
- cd .. - cd ..
- cd buildozer - cd buildozer
- sudo python setup.py install - sudo python setup.py install