Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- ExpoSecureStore (14.2.4):
- ExpoModulesCore
- fast_float (6.1.4)
- FBLazyVector (0.79.2)
- Firebase/Analytics (11.13.0):
Expand Down Expand Up @@ -1991,6 +1993,8 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-get-random-values (1.11.0):
- React-Core
- react-native-image-picker (7.1.2):
- DoubleConversion
- glog
Expand Down Expand Up @@ -3294,6 +3298,7 @@ DEPENDENCIES:
- ExpoImage (from `../node_modules/expo-image/ios`)
- ExpoImageManipulator (from `../node_modules/expo-image-manipulator/ios`)
- ExpoModulesCore (from `../node_modules/expo-modules-core`)
- ExpoSecureStore (from `../node_modules/expo-secure-store/ios`)
- fast_float (from `../node_modules/react-native/third-party-podspecs/fast_float.podspec`)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
Expand Down Expand Up @@ -3348,6 +3353,7 @@ DEPENDENCIES:
- react-native-config (from `../node_modules/react-native-config`)
- "react-native-document-picker (from `../node_modules/@react-native-documents/picker`)"
- "react-native-geolocation (from `../node_modules/@react-native-community/geolocation`)"
- react-native-get-random-values (from `../node_modules/react-native-get-random-values`)
- react-native-image-picker (from `../node_modules/react-native-image-picker`)
- react-native-key-command (from `../node_modules/react-native-key-command`)
- react-native-keyboard-controller (from `../node_modules/react-native-keyboard-controller`)
Expand Down Expand Up @@ -3499,6 +3505,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/expo-image-manipulator/ios"
ExpoModulesCore:
:path: "../node_modules/expo-modules-core"
ExpoSecureStore:
:path: "../node_modules/expo-secure-store/ios"
fast_float:
:podspec: "../node_modules/react-native/third-party-podspecs/fast_float.podspec"
FBLazyVector:
Expand Down Expand Up @@ -3602,6 +3610,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/@react-native-documents/picker"
react-native-geolocation:
:path: "../node_modules/@react-native-community/geolocation"
react-native-get-random-values:
:path: "../node_modules/react-native-get-random-values"
react-native-image-picker:
:path: "../node_modules/react-native-image-picker"
react-native-key-command:
Expand Down Expand Up @@ -3766,6 +3776,7 @@ SPEC CHECKSUMS:
ExpoImage: a5b427e52ee7a04921081e59aac5eef7a8134ba0
ExpoImageManipulator: 7096d6bf874c0a0a649f60733fef8a99c4ad0fe2
ExpoModulesCore: 5411340438617e068df45f70127ff34640f3f337
ExpoSecureStore: 833b24a0d7feffef4505184910c058221066011e
fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
FBLazyVector: 84b955f7b4da8b895faf5946f73748267347c975
Firebase: 3435bc66b4d494c2f22c79fd3aae4c1db6662327
Expand Down Expand Up @@ -3854,6 +3865,7 @@ SPEC CHECKSUMS:
react-native-config: ab9f9cc16883aed5355ca43478fe39e6aec5ebb9
react-native-document-picker: 06ad77eb1650e628def114ff74f9f767f1888edd
react-native-geolocation: d5114c4ea019574f76344eca8503555ba1208b46
react-native-get-random-values: 21325b2244dfa6b58878f51f9aa42821e7ba3d06
react-native-image-picker: 05b58a33b780623da2f891c55dcc57c6aa867d83
react-native-key-command: b04997038f8fe4a03b711abe36cd84ced93c50b3
react-native-keyboard-controller: bf564ee7ea1a9b4681aa83989a06f3990b4291a1
Expand Down
Loading