chore(deps): Use stable version of react-native-navigation

This commit is contained in:
Marc Rousavy 2021-06-09 14:14:40 +02:00
parent 489d313451
commit 02168e1f28
3 changed files with 11 additions and 11 deletions

View File

@ -278,12 +278,12 @@ PODS:
- React-cxxreact (= 0.64.2)
- React-jsi (= 0.64.2)
- React-perflogger (= 0.64.2)
- ReactNativeNavigation (7.15.0-snapshot.1548):
- ReactNativeNavigation (7.16.0):
- React-Core
- React-RCTImage
- React-RCTText
- ReactNativeNavigation/Core (= 7.15.0-snapshot.1548)
- ReactNativeNavigation/Core (7.15.0-snapshot.1548):
- ReactNativeNavigation/Core (= 7.16.0)
- ReactNativeNavigation/Core (7.16.0):
- React-Core
- React-RCTImage
- React-RCTText
@ -322,7 +322,7 @@ PODS:
- React
- RNVectorIcons (8.1.0):
- React-Core
- VisionCamera (2.2.0):
- VisionCamera (2.3.0):
- React
- React-callinvoker
- React-Core
@ -485,12 +485,12 @@ SPEC CHECKSUMS:
React-RCTVibration: 24600e3b1aaa77126989bc58b6747509a1ba14f3
React-runtimeexecutor: a9904c6d0218fb9f8b19d6dd88607225927668f9
ReactCommon: 149906e01aa51142707a10665185db879898e966
ReactNativeNavigation: 1357861a63f5d4da6ee099062c4d3473d777c86a
ReactNativeNavigation: 5303d00327dab4e26f74c3164b23ba3119664e77
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: 9c13c86454bfd54dab7505c1a054470bfecd2563
RNStaticSafeAreaInsets: 6103cf09647fa427186d30f67b0f5163c1ae8252
RNVectorIcons: 31cebfcf94e8cf8686eb5303ae0357da64d7a5a4
VisionCamera: 60f51b9c8e5074fda9952a603311338039f7bf28
VisionCamera: aa5a3c3fd9f32a3d9836872b4aea04b600dddd75
Yoga: 575c581c63e0d35c9a83f4b46d01d63abc1100ac
PODFILE CHECKSUM: 4b093c1d474775c2eac3268011e4b0b80929d3a2

View File

@ -17,7 +17,7 @@
"react": "^17.0.2",
"react-native": "^0.64.2",
"react-native-gesture-handler": "^1.10.3",
"react-native-navigation": "7.15.0-snapshot.1548",
"react-native-navigation": "^7.16.0",
"react-native-pressable-opacity": "^1.0.4",
"react-native-reanimated": "^2.2.0",
"react-native-static-safe-area-insets": "^2.1.1",

View File

@ -4679,10 +4679,10 @@ react-native-gesture-handler@^1.10.3:
invariant "^2.2.4"
prop-types "^15.7.2"
react-native-navigation@7.15.0-snapshot.1548:
version "7.15.0-snapshot.1548"
resolved "https://registry.yarnpkg.com/react-native-navigation/-/react-native-navigation-7.15.0-snapshot.1548.tgz#2c8e47bcacdbdc9d6e7a0d83493207f5d1536d22"
integrity sha512-g4JbkG31wmxFWQlZ36dVsfOJlG/29qe+Wd051Tv3KSsAtXCRfoWABqJ8J8wfpXAC1k9zt/sluFKmEIrPSCsKuA==
react-native-navigation@^7.16.0:
version "7.16.0"
resolved "https://registry.yarnpkg.com/react-native-navigation/-/react-native-navigation-7.16.0.tgz#e1cdb18b11e7ecec8829570ffa6e80d481b00f69"
integrity sha512-wD/yDxhvaoCB9s9nwqtLEKzKDTLT+GW5QSyIgKtFOjmJSU0TLBHFbNjjlA3a9SefUzmd7D4sToQCqd9ZPYGYNA==
dependencies:
hoist-non-react-statics "3.x.x"
lodash "4.17.x"