Integrate build process with React Native #18

Merged
akinwale merged 8 commits from react-base into master 2017-12-28 19:06:32 +01:00
Showing only changes of commit 6edd6c3c43 - Show all commits

View file

@ -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 --save react@16.2.0 react-native
- npm install --silent --save react@16.2.0 react-native
- cd ..
- cd buildozer
- sudo python setup.py install