update npm postinstall for React Native app

This commit is contained in:
Akinwale Ariwodola 2018-03-11 11:41:56 +01:00
parent 8e232e3c27
commit 88b57fdb8d
5 changed files with 88815 additions and 603 deletions

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

View file

@ -4,7 +4,7 @@
"private": "true",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "rm ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json"
"postinstall": "cp ./patch/ReactNativeRenderer-dev.js.patch ./node_modules/react-native/Libraries/Renderer/ReactNativeRenderer-dev.js; rm ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json"
},
"dependencies": {
"lbry-redux": "lbryio/lbry-redux#common-components-refactor",

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long