Update dependency pod-install to v1 - autoclosed#144
Closed
descope[bot] wants to merge 1 commit intomainfrom
Closed
Update dependency pod-install to v1 - autoclosed#144descope[bot] wants to merge 1 commit intomainfrom
descope[bot] wants to merge 1 commit intomainfrom
Conversation
3854ccd to
848336c
Compare
848336c to
999eb62
Compare
auto-merge was automatically disabled
October 1, 2025 21:50
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.1.0->^1.0.01.0.7Release Notes
expo/expo (pod-install)
v1.0.6Compare Source
v1.0.5Compare Source
v1.0.4Compare Source
v1.0.3Compare Source
v1.0.2Compare Source
v1.0.1Compare Source
v1.0.0Compare Source
🛠 Breaking changes
expo-auth-sessionexpoClientIdfield from auth proxy. (#28590 by @EvanBacon)expo-barcode-scannerexpo-barcode-scanneris now deprecated. Please useexpo-camerainstead. (#26025 by @alanjhughes)expo-constantsexpo-face-detectorexpo-face-detectoris now deprecated. We recommed using react-native-vision-camera instead. (#26026 by @alanjhughes)expo-locationgetPermissionsAsyncno longer prompts the user for permission instead we use the new browser APInavigator.permissions.queryto check the permission status. (#26836 by @hems) (#26837 by @hems)expo-local-authenticationSecurityLevel.BIOMETRIChas been deprecated in favour ofSecurityLevel.BIOMETRIC_STRONGandSecurityLevel.BIOMETRIC_WEAK. UsingSecurityLevel.BIOMETRICmight lead to unexpected behaviour. (#26768 by @behenate)expo-modules-coreReactNativeHostHandler.onRegisterJSIModulesinterface. (#26357 by @kudo)expo-smssendSMSAsyncnow throws error codeERR_UNAVAILABLEinstead ofE_SMS_UNAVAILABLE. (#27437 by @EvanBacon)expo-sqliteexpo-sqlite/nextAPI to be more React idiomatic. (#25657 by @kudo)expo-sqlite/legacyand promotedexpo-sqlite/nextas the default.expo-sqlite/nextimport is still as-is for backward compatibility. (#28278 by @kudo)🎉 New features
expo-barcode-scannerBarCodeScannerResultnow returns an additionalrawfield corresponding to the barcode value as it was encoded in the barcode without parsing. Will always be undefined on iOS. (#25391 by @ajacquierbret)expo-blurexpo-assetexpo-cameraBarCodeAnalyzernow passes an additionalrawfield to itsonCompletecallback, corresponding to the barcode value as it was encoded in the barcode without parsing. Will always be undefined on iOS. (#25391 by @ajacquierbret)falseinstead of permission messages. (#28107 by @EvanBacon)pictureSizeprop toCameraViewcomponent. (#27664 by @alanjhughes)NSMicrophoneUsageDescriptionand ignore themuteprop if they don't intend to use video. (#28156 by @alanjhughes)animateShutterprop to provide feedback when a picture is taken. Also added shutter sound on android. (#28211 by @alanjhughes)expo-constantsexpo-cryptoexpo-contactsexpo-fontexpo-file-systemexpo-hapticsrigidandsoftimpact types (#28169 by @rodperottoni)expo-image-pickerfalseinstead of permission messages. (#28107 by @EvanBacon)legacyoption toImagePickerOptionsto allow using the legacy image picker on android. (#28514 by @alanjhughes)expo-image-manipulatorexpo-linear-gradientexpo-keep-awakeexpo-locationformattedAddressto theLocationGeocodedAddress. (#26342 by @whysetiawan & @lukmccall) (#26342 by @whysetiawan, @lukmccall) (#26342, #26342 by @whysetiawan, @lukmccall, @whysetiawan, @lukmccall)isAndroidForegroundServiceEnabledconfig plugin option #27265 by @brentvatne)falseinstead of permission messages. (#28107 by @EvanBacon)expo-localizationforcesRTLmanifest flag for forcing RTL to be on. (#28129 by @aleqsio)expo-local-authenticationweakandstrongbiometric authentication. (#26768 by @behenate)expo-networkexpo-modules-coreDatetype converter. (#26148 by @alanjhughes)PlatformColorandDynamicColorIOScolor props. (#26724 by @dlindenkreuz)BarCodeScannerResultinterface now declares an additionalrawfield corresponding to the barcode value as it was encoded in the barcode without parsing. Will always be undefined on iOS. (#25391 by @ajacquierbret)createWebModulefunction to wrap web functionality with the NativeModule class. (#27739 by @aleqsio)expo.SharedObject) with a simple mechanism to release native pointer from JS. (#27038 by @tsapeta & #27331 by @lukmccall) (#27038, #27331 by @tsapeta, @lukmccall)AnyExpoView(#27284 by @dominicstop)startObservingandstopObservingin the newEventEmitterclass. (#27393 by @tsapeta)NativeModuleclass that inherits fromEventEmitter. (#27510 by @tsapeta)OnStartObservingandOnStopObservingcan now be attached to a specific event. (#27766 by @tsapeta)reloadAppAsyncto reload the app. (#28400 by @kudo)expo-media-libraryexpo-screen-capturegetPermissionsAsyncandrequestPermissionsAsyncmethods. (#25849 by @behenate)expo-secure-storefalseinstead of permission messages. (#28107 by @EvanBacon)canUseBiometricAuthenticationfunction. (#26767 by @behenate)expo-store-reviewStoreReview.isAvailableAsync()on iOS now resolves tofalsefor apps distributed through TestFlight. (#25900 by @gabrieldonadel)expo-sqliteSQLiteStatement.executeForRawResultAsync()inexpo-sqlite/nextAPI which returns array based raw values than key-value based row value. (#26073 by @kudo)expo.sqlite.customBuildFlagsgradle property to support custom sqlite3 building flags. (#27385 by @kudo)serializeAsync()anddeserializeDatabaseAsync()to serialze and deserialize databases. (#27422 by @kudo)SQLiteProvider.assetSourceto import an existing database from assets. (#28291 by @kudo)🐛 Bug fixes
expo-avEventsto AVModuleto prevent event emitter warning. (#26434 by @alanjhughes)AVManager. (#28159 by @lukmccall)HashMap cannot be cast to ReadableNativeMaperror on Android. (#28317 by @lukmccall)expo-blursetNativePropsbeing removed. (#27721 by @EvanBacon)expo-assetunstable_pathin development. (#26084 by @EvanBacon)TypeError: (0, _ExpoAsset.downloadAsync) is not a functionwhen loading assets using Expo Web. (#28405 by @jamiees2)downloadAsync()does not support Android resources from release builds. (#28604 by @kudo)expo-calendarexpo-cameraiOS, barcode types were not converted correctly causing the scanner to not start immediately. (#26704 by @alanjhughes)iOS, fixmaxDurationtimescale on videos. (#26882 by @alanjhughes)Android, fix the camera not being released when the view is destroyed. (#27086 by @alanjhughes)iOS, fix the orientation value inonResponsiveOrientationChangedwhenexifis set to true. (#27314 by @alanjhughes)Android, fix empty qualities being passed to QualitySelector (#27126 by @leonhh)web, prevent creating a webworker when rendering on the server (#27222 by @marklawlor)iOS, fix method call on an optional variable. (#27235 by @alanjhughes)flashbeing passed to native. (#27394 by @alanjhughes)muteprop is passed to native so it is correctly initialiased even when not provided from JS. (#27546 by @alanjhughes)iOS, fix camera orientation on initial render. (#27545 by @alanjhughes)iOS, fix an issue where the configuration can be interuppted when the dev menu is presented on intial launch. (#27572 by @alanjhughes)iOS, fixgetAvailablePictureSizesin the legacy package. (#27642 by @alanjhughes)iOSwhere the barcode types did not match the typescript representation. Also enabled scanningupc_acodes oniOS. (#28233 by @alanjhughes)iOS, fixed regression where recording a video captures dark frames. Reduced frequency of camera initialization. (#28427 by @alanjhughes)expo-constantsexpo-contactsexpo-deviceDevice.productNamenow returnsBuild.PRODUCTinstead ofBuild.DEVICE. (#27230 by @alex-fournier)expo-fontexpo-file-systemiOS, sethttpMethodon upload requests. (#26516 by @alanjhughes)iOS, fix upload task requests. (#26880 by @alanjhughes)iOS, fix an issue withcopyAsyncwhere the copy fails if it is a photo library asset. (#27208 by @alanjhughes)iOS, resolve the promise manually after copying a PHAsset file. (#27381 by @alanjhughes)CookieHandleras it's no longer in the module registry and not necessary. (#28145 by @alanjhughes)expo-glreact-native-reanimated. (#28414 by @lukmccall)expo-image-pickerfileSizewas namedfilesizewhich did not match the docs & typescript definition. (#27293 by @WookieFPV) (#27293 by @wookieFPV)expo-intent-launcherdouble. However, it must beint. (#26164 by @Alperengozum)expo-locationexpo-task-managermodule for methods that don't use it. (#26200 by @behenate)NullPointerException: it must not be null. (#26688 by @lukmccall)Android, prevent location service from starting when permission is not in the manifest. (#27355 by @alanjhughes)expo-localizationexpo-modules-coreOnCreatewas called before theReactinstance was ready. (#25866 by @lukmccall)SharedObjectRegistrycrash for accessing internal data structures from multi-threads. (#25997 by @kudo)SharedObjectleakage on Android. (#25995 by @kudo)Enumerable. (#26108 by @alanjhughes)Serializabletypes are not obfuscated. (#26545 by @alanjhughes)onCreatebeforeOnActivityEntersForegroundevent. (#26944 by @lukmccall)RCTHostis not retained on iOS bridgeless mode. (#27715 by @kudo)recreateRootViewWithBundleURLparameters. (#27989 by @gabrieldonadel)ExpoBridgeModule.installModules()is broken on Android and bridgeless mode. (#28065 by @kudo)expo::MethodMetadata::convertJSIArgsToJNI. (#28163 by @lukmccall)TypeError: Cannot read property 'NativeModule' of undefinedexceptions on Android. (#28200 by @kudo)fallbackToCacheTimeout. (#28227 by @kudo)EXJavaScriptObjectaccesses to dangling pointers. (#28262 by @kudo)AppContext.onHostResume()sometimes getting nullcurrentActivityon Android. (#28338 by @kudo)std::shared_ptr<JavaCalllback::CallbackContext>::__on_zero_shared. (#28483 by @lukmccall)field operation on NULL objectwhen reloading the app. (#28555 by @lukmccall)expo-media-librarydefaultas sorting key. (#28328 by @aleqsio)expo-notificationsexpo-notificationsrequiring theexpo-task-managermodule to start. (#26227 by @behenate)UnavailabilityErrorwhen trying to usesetNotificationCategoryAsyncon web. (#26511 by @marklawlor).nativehardcoded platform imports (#26511 by @marklawlor)Android, added events to module definition to clear warnings. (#26654 by @alanjhughes)expo-screen-captureDETECT_SCREEN_CAPTUREpermission. (#27148 by @alanjhughes)expo-screen-orientationSizeClassIOSenum values. (#28448 by @Simek)expo-sensorsAndroid, add event name to definition in theDeviceMotionModule. (#26679 by @alanjhughes)expo-store-reviewexpo-task-managerAndroid, added events to module definition to clear warnings. (#26654 by @alanjhughes)expo-sqliteNativeStatementBindingleakage on Android. (#25996 by @kudo)SQLiteDatabase.getAllAsync()in expo-sqlite/next API. (#26344 by @kudo)expo-sqlite/nextcannot be imported from an ESM project. (#27423 by @kudo)NullPointerExceptionon Android when opening the same database multiple times. (#27748 by @kudo)expo-video-thumbnailsParcelFileDescriptorand releasingMediaMetadataRetrieverpost-use. (#26100 by @hirbod)expo-web-browseriOS, fix an issue where rapidly opening and closing the browser would leave the module in a bad state, preventing opening the browser again. (#28452 by @alanjhughes)💡 Others
expo-applicationnameproperty. (#27437 by @EvanBacon)expo-avcom.facebook.react:react-native:+Android dependency withcom.facebook.react:react-android. (#26237 by @kudo)nameproperty. (#27437 by @EvanBacon)expo-background-fetchnameproperty. (#27437 by @EvanBacon)expo-auth-sessionexpo-batterynameproperty. (#27437 by @EvanBacon)expo-brightnessnameproperty. (#27437 by @EvanBacon)expo-barcode-scannernameproperty. (#27437 by @EvanBacon)expo-blurexpo-assetdownloadAsyncto a native implementation. (#27369 by @aleqsio)expo-calendarnameproperty. (#27437 by @EvanBacon)expo-cellularexpo-cameraBarcodeconsistent. (#26900 by @alanjhughes)nameproperty. (#27437 by @EvanBacon)Android, requesting audio permissions was meant to be optional in the config plugin. (#27365 by @alanjhughes)Android, only recreate camera after certain props have changed. (#27952 by @alanjhughes)nextpackage to stable. (#28226 by @alanjhughes)expo-clipboardnameproperty. (#27437 by @EvanBacon)CornerStyleandDisplayModetypes to includeTypesuffix in name. (#27190 by @simek)expo-constantsexpo-cryptonameproperty. (#27437 by @EvanBacon)https. (#26729 by @EvanBacon)expo-contactsnameproperty. (#27437 by @EvanBacon)ShareOptionstype forshareContactAsyncparameter typing. (#26208 by @Simek)Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Asia/Jerusalem, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.