diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-03-22 13:23:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 13:23:12 -0500 |
commit | 449f9243f3e58f684826e7d5830fc23deaa5c901 (patch) | |
tree | 14c5f16902c7156378a894690aa867b034489961 /ios | |
parent | a369e079568fbe31e604235238169146e4495390 (diff) | |
download | voidsky-449f9243f3e58f684826e7d5830fc23deaa5c901.tar.zst |
Filter content by your device's configured languages (#354)
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Podfile.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ios/Podfile.lock b/ios/Podfile.lock index f0de3762e..761ec7373 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -100,6 +100,8 @@ PODS: - ExpoModulesCore - ExpoKeepAwake (12.0.1): - ExpoModulesCore + - ExpoLocalization (14.1.1): + - ExpoModulesCore - ExpoModulesCore (1.2.5): - React-Core - React-RCTAppDelegate @@ -592,6 +594,7 @@ DEPENDENCIES: - expo-dev-menu-interface (from `../node_modules/expo-dev-menu-interface/ios`) - ExpoImagePicker (from `../node_modules/expo-image-picker/ios`) - ExpoKeepAwake (from `../node_modules/expo-keep-awake/ios`) + - ExpoLocalization (from `../node_modules/expo-localization/ios`) - ExpoModulesCore (from `../node_modules/expo-modules-core`) - EXSplashScreen (from `../node_modules/expo-splash-screen/ios`) - EXUpdatesInterface (from `../node_modules/expo-updates-interface/ios`) @@ -705,6 +708,8 @@ EXTERNAL SOURCES: :path: "../node_modules/expo-image-picker/ios" ExpoKeepAwake: :path: "../node_modules/expo-keep-awake/ios" + ExpoLocalization: + :path: "../node_modules/expo-localization/ios" ExpoModulesCore: :path: "../node_modules/expo-modules-core" EXSplashScreen: @@ -848,6 +853,7 @@ SPEC CHECKSUMS: expo-dev-menu-interface: 6c82ae323c4b8724dead4763ce3ff24a2108bdb1 ExpoImagePicker: 270dea232b3a072d981dd564e2cafc63a864edb1 ExpoKeepAwake: 69f5f627670d62318410392d03e0b5db0f85759a + ExpoLocalization: f26cd431ad9ea3533c5b08c4fabd879176a794bb ExpoModulesCore: 397fc99e9d6c9dcc010f36d5802097c17b90424c EXSplashScreen: cd7fb052dff5ba8311d5c2455ecbebffe1b7a8ca EXUpdatesInterface: dd699d1930e28639dcbd70a402caea98e86364ca |