Merge pull request #23 from BrendonSled/patch-1

[FIX] Dependency out of date causing issues for npm users
This commit is contained in:
Brent Vatne
2019-05-15 21:11:26 -07:00
parent aab83bbb09
commit 9bdc229faa
2 changed files with 5 additions and 5 deletions

View File

@@ -91,7 +91,7 @@
},
"dependencies": {
"hoist-non-react-statics": "^3.0.1",
"react-native-safe-area-view": "^0.13.0",
"react-native-safe-area-view": "^0.14.1",
"react-native-screens": "^1.0.0 || ^1.0.0-alpha"
}
}

View File

@@ -7127,10 +7127,10 @@ react-native-safe-area-view@0.11.0:
dependencies:
hoist-non-react-statics "^2.3.1"
react-native-safe-area-view@^0.13.0:
version "0.13.1"
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.13.1.tgz#834bbb6d22f76a7ff07de56725ee5667ba1386b0"
integrity sha512-d/pu2866jApSwLtK/xWAvMXZkNTIQcFrjjbcTATBrmIfFNnu8TNFUcMRFpfJ+eOn5nmx7uGmDvs9B53Ft7JGpQ==
react-native-safe-area-view@^0.14.1:
version "0.14.1"
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.14.1.tgz#3981f6f8628c1769a163313bd8c8eba5edecca0f"
integrity sha512-pLAPWdirNWO/1F6IYkbayW9nDIXkM2F/NPtigYNjZj9nISCW+G2dNuI39DI8LenkxYdhiDaGMXfQHHx9TRn6Fw==
dependencies:
hoist-non-react-statics "^2.3.1"