From e0c45b86b402b095898433d319d0a3bb73583bba Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 13 Apr 2021 21:16:11 -0400 Subject: [PATCH] Use RNN 7.11.3 (#5317) --- ios/Podfile.lock | 10 +++++----- package-lock.json | 6 +++--- package.json | 2 +- ...12.0.patch => react-native-navigation+7.11.3.patch} | 0 4 files changed, 9 insertions(+), 9 deletions(-) rename patches/{react-native-navigation+7.12.0.patch => react-native-navigation+7.11.3.patch} (100%) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 2c28f7f3e..dfd9a6a68 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -334,12 +334,12 @@ PODS: - React-Core - ReactNativeKeyboardTrackingView (5.7.0): - React - - ReactNativeNavigation (7.12.0): + - ReactNativeNavigation (7.11.3): - React-Core - React-RCTImage - React-RCTText - - ReactNativeNavigation/Core (= 7.12.0) - - ReactNativeNavigation/Core (7.12.0): + - ReactNativeNavigation/Core (= 7.11.3) + - ReactNativeNavigation/Core (7.11.3): - React-Core - React-RCTImage - React-RCTText @@ -653,7 +653,7 @@ SPEC CHECKSUMS: BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872 DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5 - FBReactNativeSpec: 4862b23f27a9cdb8fdb1710af411fa677dcdd3cf + FBReactNativeSpec: a804c9d6c798f94831713302354003ee54ea18cb glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62 jail-monkey: 80c9e34da2cd54023e5ad08bf7051ec75bd43d5b libwebp: 946cb3063cea9236285f7e9a8505d806d30e07f3 @@ -705,7 +705,7 @@ SPEC CHECKSUMS: ReactCommon: cfe2b7fd20e0dbd2d1185cd7d8f99633fbc5ff05 ReactNativeExceptionHandler: b11ff67c78802b2f62eed0e10e75cb1ef7947c60 ReactNativeKeyboardTrackingView: 02137fac3b2ebd330d74fa54ead48b14750a2306 - ReactNativeNavigation: 53ba485fbb370aeed7057020f351b814e51c18ef + ReactNativeNavigation: 906b631a6847c26cacf5cb3791566f1fe205c65c rn-fetch-blob: 17961aec08caae68bb8fc0e5b40f93b3acfa6932 RNCAsyncStorage: cb9a623793918c6699586281f0b51cbc38f046f9 RNCClipboard: 5e299c6df8e0c98f3d7416b86ae563d3a9f768a3 diff --git a/package-lock.json b/package-lock.json index 81a6574f9..75d0989ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21012,9 +21012,9 @@ } }, "react-native-navigation": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/react-native-navigation/-/react-native-navigation-7.12.0.tgz", - "integrity": "sha512-5EB8pahhbVVNfJTbMOzi/IKcLbew/2X5arvZjUAB2/Hl5Xr7pYVhG+V7jAfXeHlEQGS8D8u3ZjZ4d6JYcEuJYg==", + "version": "7.11.3", + "resolved": "https://registry.npmjs.org/react-native-navigation/-/react-native-navigation-7.11.3.tgz", + "integrity": "sha512-3cCtHwa2Tqc5Uk4QFSfocfOgOSKcRgfVlZ1m40oFUGV8yx9TaqA9BlPyQnWtaaPz8lHgKA3pkUmXQpFq0zOQzw==", "requires": { "hoist-non-react-statics": "3.x.x", "lodash": "4.17.x", diff --git a/package.json b/package.json index 689beaafe..f578e918c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "react-native-local-auth": "1.6.0", "react-native-localize": "2.0.2", "react-native-mmkv-storage": "0.5.3", - "react-native-navigation": "7.12.0", + "react-native-navigation": "7.11.3", "react-native-notifications": "3.4.2", "react-native-passcode-status": "1.1.2", "react-native-permissions": "3.0.1", diff --git a/patches/react-native-navigation+7.12.0.patch b/patches/react-native-navigation+7.11.3.patch similarity index 100% rename from patches/react-native-navigation+7.12.0.patch rename to patches/react-native-navigation+7.11.3.patch