Use forked react-native-navigation with v1 patch (#2596)

This commit is contained in:
Miguel Alatzar
2019-02-26 12:38:16 -08:00
committed by Miguel Alatzar
parent a34ff7b247
commit a6ad628c4f
2 changed files with 3 additions and 4 deletions

5
package-lock.json generated
View File

@@ -11999,9 +11999,8 @@
"from": "github:enahum/react-native-local-auth#cc9ce2f468fbf7b431dfad3191a31aaa9227a6ab"
},
"react-native-navigation": {
"version": "1.1.492",
"resolved": "https://registry.npmjs.org/react-native-navigation/-/react-native-navigation-1.1.492.tgz",
"integrity": "sha512-K75pFkJtbq0SDADkfSHkSHv6j0JzzAIPCJap78pP4VbPHDztT73uXe61aqyGHff8iQt6YnMoWH+uF9RIhTQykw==",
"version": "github:migbot/react-native-navigation#03c623c373f818827a463ca0fe90f86f56e71b2f",
"from": "github:migbot/react-native-navigation#03c623c373f818827a463ca0fe90f86f56e71b2f",
"requires": {
"lodash": "4.x.x"
}

View File

@@ -42,7 +42,7 @@
"react-native-keychain": "3.1.1",
"react-native-linear-gradient": "2.5.3",
"react-native-local-auth": "github:enahum/react-native-local-auth#cc9ce2f468fbf7b431dfad3191a31aaa9227a6ab",
"react-native-navigation": "1.1.492",
"react-native-navigation": "github:migbot/react-native-navigation#03c623c373f818827a463ca0fe90f86f56e71b2f",
"react-native-notifications": "github:enahum/react-native-notifications#ae66562fb9ad167cf8078def3588895049881859",
"react-native-passcode-status": "1.1.1",
"react-native-permissions": "1.1.1",