add react-native-video install to fix travis build
This commit is contained in:
parent
deb9771b68
commit
ae9b3de3b7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ install:
|
|||
- sudo pip install --upgrade cython==0.25.2 pip setuptools
|
||||
- git clone https://github.com/akinwale/buildozer.git
|
||||
- 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 buildozer
|
||||
- sudo python setup.py install
|
||||
|
|
Loading…
Reference in a new issue