From ae9b3de3b739cfe27580fe1fe7947ac2f10123f6 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Sun, 18 Mar 2018 16:39:09 +0100 Subject: [PATCH] add react-native-video install to fix travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3bc67fc7..c4d2e666 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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