Splash screen, discover and file Pages #30

Merged
akinwale merged 14 commits from react-ui into master 2018-03-11 16:32:14 +01:00
5 changed files with 88815 additions and 603 deletions
Showing only changes of commit 88b57fdb8d - 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 --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