Remove postinstall step which is no longer needed in RN 0.55.3. Update react-navigation version.
This commit is contained in:
parent
872fafbb50
commit
0483e67026
3 changed files with 3 additions and 13013 deletions
2
app/package-lock.json
generated
2
app/package-lock.json
generated
|
@ -3953,7 +3953,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lbry-redux": {
|
"lbry-redux": {
|
||||||
"version": "github:lbryio/lbry-redux#4b53175ecd689aaa10f221bcee0897313d27901e",
|
"version": "github:lbryio/lbry-redux#30c18725d8c6c141c30c57f0a324d0abb8963b99",
|
||||||
"requires": {
|
"requires": {
|
||||||
"proxy-polyfill": "0.1.6",
|
"proxy-polyfill": "0.1.6",
|
||||||
"reselect": "3.0.1"
|
"reselect": "3.0.1"
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": "true",
|
"private": "true",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node node_modules/react-native/local-cli/cli.js start",
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
||||||
"postinstall": "cp ./patch/ReactNativeRenderer-dev.js.patch ./node_modules/react-native/Libraries/Renderer/ReactNativeRenderer-dev.js"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lbry-redux": "lbryio/lbry-redux",
|
"lbry-redux": "lbryio/lbry-redux",
|
||||||
|
@ -13,7 +12,7 @@
|
||||||
"react-native": "0.55.3",
|
"react-native": "0.55.3",
|
||||||
"react-native-vector-icons": "^4.5.0",
|
"react-native-vector-icons": "^4.5.0",
|
||||||
"react-native-video": "2.0.0",
|
"react-native-video": "2.0.0",
|
||||||
"react-navigation": "^1.0.3",
|
"react-navigation": "^1.5.12",
|
||||||
"react-navigation-redux-helpers": "^1.0.1",
|
"react-navigation-redux-helpers": "^1.0.1",
|
||||||
"react-redux": "^5.0.3",
|
"react-redux": "^5.0.3",
|
||||||
"redux": "^3.6.0",
|
"redux": "^3.6.0",
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue