diff --git a/app.json b/app.json index 684e8df..9ad190e 100644 --- a/app.json +++ b/app.json @@ -16,7 +16,7 @@ "supportsTablet": true, "bundleIdentifier": "com.cally.app", "googleServicesFile": "./ios/GoogleService-Info.plist", - "buildNumber": "38", + "buildNumber": "40", "usesAppleSignIn": true }, "android": { diff --git a/ios/cally/Info.plist b/ios/cally/Info.plist index 6bccf46..83be70f 100644 --- a/ios/cally/Info.plist +++ b/ios/cally/Info.plist @@ -47,7 +47,7 @@ CFBundleVersion - 34 + 40 LSRequiresIPhoneOS NSAppTransportSecurity @@ -114,6 +114,9 @@ $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route + $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route + $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route + $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route UILaunchStoryboardName SplashScreen diff --git a/package-lock.json b/package-lock.json index 4c5988a..150ac14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,6 +19,7 @@ "@react-native-firebase/crashlytics": "^20.3.0", "@react-native-firebase/firestore": "^20.4.0", "@react-native-firebase/functions": "^20.4.0", + "@react-native-firebase/storage": "^21.0.0", "@react-navigation/drawer": "^6.7.2", "@react-navigation/native": "^6.0.2", "date-fns": "^3.6.0", @@ -4896,6 +4897,15 @@ "@react-native-firebase/app": "20.4.0" } }, + "node_modules/@react-native-firebase/storage": { + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@react-native-firebase/storage/-/storage-21.0.0.tgz", + "integrity": "sha512-meft5Pu0nI7zxhpnP49ko9Uw8GaIy9hXGJfa/fCFrpf2vA9OXdTr3CvgloH/b9DpbkwQGcGTshRqltuttXI67w==", + "license": "Apache-2.0", + "peerDependencies": { + "@react-native-firebase/app": "21.0.0" + } + }, "node_modules/@react-native/assets-registry": { "version": "0.74.85", "resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.74.85.tgz", diff --git a/yarn.lock b/yarn.lock index c94ef55..5b2f25a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2434,7 +2434,7 @@ "@react-native-firebase/storage@^21.0.0": version "21.0.0" - resolved "https://registry.yarnpkg.com/@react-native-firebase/storage/-/storage-21.0.0.tgz#0905fd67c74629d947f176bfb988d7cc4d85e244" + resolved "https://registry.npmjs.org/@react-native-firebase/storage/-/storage-21.0.0.tgz" integrity sha512-meft5Pu0nI7zxhpnP49ko9Uw8GaIy9hXGJfa/fCFrpf2vA9OXdTr3CvgloH/b9DpbkwQGcGTshRqltuttXI67w== "@react-native/assets-registry@0.74.85": @@ -8992,7 +8992,7 @@ react-native-linear-gradient@^2.8.3: react-native-onboarding-swiper@^1.3.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/react-native-onboarding-swiper/-/react-native-onboarding-swiper-1.3.0.tgz#a97f945f03a036845242b3e1f319c6fdb262bc2b" + resolved "https://registry.npmjs.org/react-native-onboarding-swiper/-/react-native-onboarding-swiper-1.3.0.tgz" integrity sha512-2ZPMrZrJFgR5dmVWIj60x/vTBWrm0BZPuc2w7Cz2Sq/8ChypCi3oL8F7GYMrzky1fmknCS6Z0WPphfZVpnLUnQ== dependencies: tinycolor2 "^1.4.1"