Switch to fork of react-native-navigation

This commit is contained in:
John Lyon-Smith
2018-03-12 19:39:16 -07:00
parent 711fde0c6a
commit 9dc783efef
2 changed files with 2 additions and 4 deletions

View File

@@ -8651,9 +8651,7 @@
}
},
"react-native-navigation": {
"version": "1.1.407",
"resolved": "https://registry.npmjs.org/react-native-navigation/-/react-native-navigation-1.1.407.tgz",
"integrity": "sha512-Dw9GKOgud+WnK7BkYvnYxM8Y+B4p1x/lc4CfKEXfa8mYmEt+WiHmFCJLykXWW/wFv/cUXx/CPGYGD/qgABuNQg==",
"version": "github:jlyonsmith/react-native-navigation#d240378a8367dd3e99c1a76d27c3c1e0237e4f57",
"requires": {
"lodash": "4.17.5"
}

View File

@@ -23,7 +23,7 @@
"react": "16.2.0",
"react-form-binder": "^1.2.0",
"react-native": "0.52.0",
"react-native-navigation": "^1.1.398",
"react-native-navigation": "github:jlyonsmith/react-native-navigation",
"socket.io-client": "^2.0.4"
}
}