parent
385b667d65
commit
c3569e27a9
4 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
@ -705,7 +705,7 @@ SPEC CHECKSUMS:
|
|||
ReactCommon: cfe2b7fd20e0dbd2d1185cd7d8f99633fbc5ff05
|
||||
ReactNativeExceptionHandler: b11ff67c78802b2f62eed0e10e75cb1ef7947c60
|
||||
ReactNativeKeyboardTrackingView: 02137fac3b2ebd330d74fa54ead48b14750a2306
|
||||
ReactNativeNavigation: 53ba485fbb370aeed7057020f351b814e51c18ef
|
||||
ReactNativeNavigation: 906b631a6847c26cacf5cb3791566f1fe205c65c
|
||||
rn-fetch-blob: 17961aec08caae68bb8fc0e5b40f93b3acfa6932
|
||||
RNCAsyncStorage: cb9a623793918c6699586281f0b51cbc38f046f9
|
||||
RNCClipboard: 5e299c6df8e0c98f3d7416b86ae563d3a9f768a3
|
||||
|
|
|
|||
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue