mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 00:24:53 +00:00
IOS updates
This commit is contained in:
@ -28,6 +28,7 @@
|
||||
<constraint firstItem="EXPO-SplashScreen" firstAttribute="bottom" secondItem="EXPO-ContainerView" secondAttribute="bottom" id="d6a0be88096b36fb132659aa90203d39139deda9"/>
|
||||
</constraints>
|
||||
<color key="backgroundColor" name="SplashScreenBackground"/>
|
||||
<color key="backgroundColor" name="SplashScreenBackground"/>
|
||||
</view>
|
||||
</viewController>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="EXPO-PLACEHOLDER-1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||
@ -40,5 +41,8 @@
|
||||
<namedColor name="SplashScreenBackground">
|
||||
<color alpha="1.000" blue="1.00000000000000" green="1.00000000000000" red="1.00000000000000" customColorSpace="sRGB" colorSpace="custom"/>
|
||||
</namedColor>
|
||||
<namedColor name="SplashScreenBackground">
|
||||
<color alpha="1.000" blue="1.00000000000000" green="1.00000000000000" red="1.00000000000000" customColorSpace="sRGB" colorSpace="custom"/>
|
||||
</namedColor>
|
||||
</resources>
|
||||
</document>
|
||||
@ -1167,7 +1167,7 @@ PODS:
|
||||
- ExpoModulesCore
|
||||
- EXConstants (17.0.3):
|
||||
- ExpoModulesCore
|
||||
- EXImageLoader (4.7.0):
|
||||
- EXImageLoader (5.0.0):
|
||||
- ExpoModulesCore
|
||||
- React-Core
|
||||
- EXJSONUtils (0.14.0)
|
||||
@ -3834,7 +3834,7 @@ SPEC CHECKSUMS:
|
||||
EASClient: 720af5473430a688e792ffa91f33d11fe72fcb89
|
||||
EXApplication: e1ad9c950c98b2b134578092c948b10b403f3ea7
|
||||
EXConstants: dd2fe64c6cdb1383b694c309a63028a8e9f2be6d
|
||||
EXImageLoader: ab589d67d6c5f2c33572afea9917304418566334
|
||||
EXImageLoader: 759063a65ab016b836f73972d3bb25404888713d
|
||||
EXJSONUtils: 01fc7492b66c234e395dcffdd5f53439c5c29c93
|
||||
EXManifests: f30a0c5d3d6cad8db9c01bab579e0aa0df5d3cb2
|
||||
EXNotifications: e27ed9ad086026ef0cdd5ddbf9be60abd18232c8
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
"@react-navigation/native": "^7.0.0",
|
||||
"date-fns": "^3.6.0",
|
||||
"debounce": "^2.1.1",
|
||||
"expo": "~52.0.17",
|
||||
"expo": "^52.0.17",
|
||||
"expo-app-loading": "^2.1.1",
|
||||
"expo-apple-authentication": "~7.1.2",
|
||||
"expo-auth-session": "~6.0.1",
|
||||
@ -102,9 +102,6 @@
|
||||
"timezonecomplete": "^5.13.1",
|
||||
"tzdata": "^1.0.42"
|
||||
},
|
||||
"resolutions": {
|
||||
"@react-native/assets-registry": "0.74.83"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
"@react-native-community/cli": "^16.0.0",
|
||||
|
||||
24
yarn.lock
24
yarn.lock
@ -2755,12 +2755,12 @@
|
||||
resolved "https://registry.yarnpkg.com/@react-native-menu/menu/-/menu-1.1.6.tgz#df6b4bf46a8ac5718605203f7fcd6fd3684715f5"
|
||||
integrity sha512-KRPBqa9jmYDFoacUxw8z1ucpbvmdlPuRO8tsFt2jM8JMC2s+YQwTtISG73PeqH9KD7BV+8igD/nizPfcipOmhQ==
|
||||
|
||||
"@react-native/assets-registry@0.74.83", "@react-native/assets-registry@0.76.1", "@react-native/assets-registry@0.76.3":
|
||||
version "0.74.83"
|
||||
resolved "https://registry.yarnpkg.com/@react-native/assets-registry/-/assets-registry-0.74.83.tgz#c1815dc10f9e1075e0d03b4c8a9619145969522e"
|
||||
integrity sha512-2vkLMVnp+YTZYTNSDIBZojSsjz8sl5PscP3j4GcV6idD8V978SZfwFlk8K0ti0BzRs11mzL0Pj17km597S/eTQ==
|
||||
"@react-native/assets-registry@0.76.1":
|
||||
version "0.76.1"
|
||||
resolved "https://registry.yarnpkg.com/@react-native/assets-registry/-/assets-registry-0.76.1.tgz#eadf31b3fa05139516dc405a8355dc4ecd0d5de7"
|
||||
integrity sha512-1mcDjyvC4Z+XYtY+Abl6pW9P49l/9HJmRChX7EHF1SoXe7zPAPBoAqeZsJNtf8dhJR3u/eGvapr1yJq8T/psEg==
|
||||
|
||||
"@react-native/assets-registry@^0.76.3":
|
||||
"@react-native/assets-registry@0.76.3", "@react-native/assets-registry@^0.76.3":
|
||||
version "0.76.3"
|
||||
resolved "https://registry.yarnpkg.com/@react-native/assets-registry/-/assets-registry-0.76.3.tgz#c31e91b6f60fed7b0bfc1af617e3a61218d1ec08"
|
||||
integrity sha512-7Fnc3lzCFFpnoyL1egua6d/qUp0KiIpeSLbfOMln4nI2g2BMzyFHdPjJnpLV2NehmS0omOOkrfRqK5u1F/MXzA==
|
||||
@ -5666,13 +5666,6 @@ expo-auth-session@~6.0.1:
|
||||
expo-web-browser "~14.0.0"
|
||||
invariant "^2.2.4"
|
||||
|
||||
expo-barcode-scanner@~13.0.1:
|
||||
version "13.0.1"
|
||||
resolved "https://registry.yarnpkg.com/expo-barcode-scanner/-/expo-barcode-scanner-13.0.1.tgz#c7218c78f9e3d27086473a9826756bbcacd7f117"
|
||||
integrity sha512-xBGLT1An2gpAMIQRTLU3oHydKohX8r8F9/ait1Fk9Vgd0GraFZbP4IiT7nHMlaw4H6E7Muucf7vXpGV6u7d4HQ==
|
||||
dependencies:
|
||||
expo-image-loader "~4.7.0"
|
||||
|
||||
expo-build-properties@~0.13.1:
|
||||
version "0.13.1"
|
||||
resolved "https://registry.yarnpkg.com/expo-build-properties/-/expo-build-properties-0.13.1.tgz#e40645b34debed5eab53a273c89543aaef58bc57"
|
||||
@ -5794,11 +5787,6 @@ expo-font@~13.0.1:
|
||||
dependencies:
|
||||
fontfaceobserver "^2.1.0"
|
||||
|
||||
expo-image-loader@~4.7.0:
|
||||
version "4.7.0"
|
||||
resolved "https://registry.yarnpkg.com/expo-image-loader/-/expo-image-loader-4.7.0.tgz#d403106822de80bda12d644c82b7a3b7983c0f0b"
|
||||
integrity sha512-cx+MxxsAMGl9AiWnQUzrkJMJH4eNOGlu7XkLGnAXSJrRoIiciGaKqzeaD326IyCTV+Z1fXvIliSgNW+DscvD8g==
|
||||
|
||||
expo-image-loader@~5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/expo-image-loader/-/expo-image-loader-5.0.0.tgz#4f58a21ab26e40d6fccc211b664fd9fe21a5dcb8"
|
||||
@ -6011,7 +5999,7 @@ expo@51:
|
||||
fbemitter "^3.0.0"
|
||||
whatwg-url-without-unicode "8.0.0-3"
|
||||
|
||||
expo@~52.0.17:
|
||||
expo@^52.0.17:
|
||||
version "52.0.17"
|
||||
resolved "https://registry.yarnpkg.com/expo/-/expo-52.0.17.tgz#8a3edc20dabdb69a47f7b4b92e1bb96284044c14"
|
||||
integrity sha512-f0WBD2T6p9r/a8v8MqkoWQq7TmbbAgPUg2zZtOp+kBrSCb3obHeNAsPDAUFzh+jEgug2qDVVkauBJa6ACe9AMg==
|
||||
|
||||
Reference in New Issue
Block a user