PackageTrack

npm ยท #3720

@expo/cli

57.0.19expo/expo โ†—

The Expo CLI

Release timeline

501 releases since 2022
20222023202420252026

Releases

  1. 58.0.0-canary-20260812-27f94d412 Aug 2026pre-release

    Nothing published for this version

  2. 58.0.0-canary-20260806-8c2d0076 Aug 2026pre-release

    Nothing published for this version

  3. 57.0.1926 Aug 2026

    Nothing published for this version

  4. 57.0.1824 Aug 2026

    Nothing published for this version

  5. 57.0.1720 Aug 2026

    Nothing published for this version

  6. 57.0.1617 Aug 2026

    Nothing published for this version

  7. 57.0.1514 Aug 2026

    Nothing published for this version

  8. 57.0.1410 Aug 2026

    Nothing published for this version

  9. 57.0.136 Aug 2026

    Nothing published for this version

  10. 57.0.124 Aug 2026

    Nothing published for this version

  11. 57.0.1129 Jul 2026

    Nothing published for this version

  12. 57.0.1022 Jul 2026

    Nothing published for this version

  13. 57.0.917 Jul 2026

    Nothing published for this version

  14. 57.0.815 Jul 2026

    Nothing published for this version

  15. 57.0.715 Jul 2026

    Nothing published for this version

  16. 57.0.67 Jul 2026

    Nothing published for this version

  17. 57.0.57 Jul 2026

    Nothing published for this version

  18. 57.0.43 Jul 2026

    Nothing published for this version

  19. 57.0.330 Jun 2026

    Nothing published for this version

  20. 57.0.230 Jun 2026

    Nothing published for this version

  21. 57.0.127 Jun 2026

    Nothing published for this version

  22. 57.0.025 Jun 2026
    Release notes

    ๐Ÿ›  Breaking changes

    • @expo/ui
    • expo-modules-jsi
      • [iOS] JavaScriptError is now a copyable class conforming to Error (was a non-copyable struct), and JavaScriptValue no longer conforms to Error. (#47154 by @tsapeta)
    • expo-font
      • [web] Removed Server.resetServerContext(). Server-side font state is now scoped per-render via AsyncLocalStorage. (#46669 by @hassankhan)
    • @expo/cli
      • Make expo prebuild clear and regenerate the native folders by default. Pass --no-clean to apply changes to the existing folders instead. (#47209 by @alanjhughes)

    ๐ŸŽ‰ New features

    • Initial release of @expo/require-utils ๐Ÿฅณ
    • pod-install
    • @expo/ui
      • [iOS] Added the SwiftUI accessibilityHidden modifier to hide decorative views from VoiceOver and other assistive technologies during element traversal. (#46579 by @ramonclaudio)
      • [iOS] Added the SwiftUI accessibilityIdentifier modifier to set a stable identifier for UI testing tools such as XCUITest. (#46556 by @ramonclaudio)
      • [iOS] Added the SwiftUI dynamicTypeSize modifier to set or constrain the Dynamic Type size within a view. Accepts a single size or a { min, max } range, and cascades from <Host> to bound how far text scales at the largest accessibility sizes. (#46540 by @ramonclaudio)
      • [iOS] Added children prop to Label component, allowing custom title views (e.g. a VStack with title and subtitle) while preserving native icon spacing and Dynamic Type icon sizing.
      • [iOS] Add buttonBorderShape SwiftUI modifier, which reshapes a styled button (for example a glass button) while preserving its native press effect. (#46348 by @nishan) (#46348 by @intergalacticspacehighway)
      • [jetpack-compose] Added NavigationBar and NavigationBarItem components.
      • [iOS] Added the SwiftUI listRowSpacing modifier. (#46417 by @qiyangdev)
      • [iOS] Added support for custom SF Symbols in the SwiftUI Image component. (#46183 by @cinques)
      • [swift-ui] Added <DisclosureGroup.Label> for custom label style. (#46288 by @kudo)
      • [universal] Added <Collapsible.labelStyle> for custom label style. (#46288 by @kudo)
      • [jetpack-compose] Added dropShadow and innerShadow modifiers. (#46364 by @duyanhv)
      • [iOS] Added the SwiftUI imageScale modifier to scale SF Symbols within a view relative to the surrounding text (small, medium, large). (#46774 by @ramonclaudio)
      • [jetpack-compose] Added onGloballyPositioned modifier, which reports a composable's window position and size. (#46744 by @nishan) (#46744 by @intergalacticspacehighway)
      • [iOS] Extended the SwiftUI onGeometryChange modifier to also report the view's global position (x/y) alongside its size. (#46744 by @nishan) (#46744 by @intergalacticspacehighway)
      • [iOS] Added the SwiftUI minimumScaleFactor modifier to let text shrink down to a given fraction of its size before truncating. (#46740 by @nishan) (#46740 by @intergalacticspacehighway)
      • [iOS][android] Added React Compiler-friendly get() / set() accessors to useNativeState, as an alternative to reading and writing .value. (#46690 by @nishan) (#46692 by @intergalacticspacehighway)
      • [jetpack-compose] Added BasicTextField component. (#46442 by @nishan) (#46442 by @intergalacticspacehighway)
      • [iOS] Added the SwiftUI accessibilityInputLabels modifier to set alternative spoken phrases Voice Control uses to refer to a view (for example "Hang up" for an "End" button). (#46661 by @ramonclaudio)
      • [iOS] Added the SwiftUI activityBackgroundTint modifier for setting Live Activity background. (#46756 by @jakex7)
      • [iOS] Added a modifiers prop to ListItem to override its default buttonStyle(.plain). (#47124 by @nishan) (#47124 by @intergalacticspacehighway)
      • [iOS][web] Added seedColor prop to the universal and SwiftUI <Host>, used as the SwiftUI tint on iOS and to derive the primary color scale on web. (#46566 by @zoontek)
      • [web] Honor the colorScheme prop on <Host> to override the system color scheme for its subtree, matching native parity. (#46459 by @zoontek)
      • [iOS] Added the SwiftUI accessibilityElement modifier, which collapses a view's subtree into a single accessibility element via ignore, combine, or contain. (#47156 by @ramonclaudio)
      • [iOS] Added the SwiftUI redacted, unredacted, privacySensitive, and invalidatableContent modifiers, mapping SwiftUI's redaction family for native skeleton-loading and sensitive-content states. (#47269 by @ramonclaudio)
      • [iOS] Added accessibilityAddTraits and accessibilityRemoveTraits SwiftUI modifiers, accepting an array of trait names. (#47387 by @ramonclaudio)
      • [iOS] Added the SwiftUI strokeBorder modifier with a full StrokeStyle (line width, cap, join, miter limit, dash array, dash phase) for dashed and dotted inset borders that follow the shape's corners. (#47426 by @ramonclaudio)
    • expo-network
    • expo-router
      • Add standard-navigation integration (#46456 by @Ubax)
      • Re-export drawer content components and types from expo-router/drawer (#46635 by @Ubax)
      • [native-tabs] Emit a tabPress event with isPrevented: true when a disabled tab is tapped, without selecting it. (#46445 by @Ubax)
      • [android] Support Stack.Toolbar.Badge in header left/right placements (#46537 by @benjaminkomen)
      • [android] Support Stack.Toolbar.Badge on Stack.Toolbar.Menu icons in header left/right placements (#47276 by @Ubax)
      • Add unstable_nativeProps to native Stack options. (#47482 by @Ubax)
      • [native-tabs] Add testID and accessibilityLabel props to NativeTabs.Trigger. (#47472 by @ramonclaudio)
      • Export the Theme type from the root expo-router entry point. (#47476 by @eliotgevers)
    • expo-modules-autolinking
      • Add option to specify targets to use with inline modules (#46698 by @HubertBer)
      • Add experimental tvos and macos resolution (#46344 by @kitten)
      • [Android] Apply the android.cmakeVersion build property to the app and all library subprojects. (#47377 by @zoontek)
    • expo-modules-jsi
      • [iOS] Add closure-taking JavaScriptObject.setProperty(_:function:) overloads that create a sync or async host function from the given closure. (#46622 by @tsapeta)
      • [iOS] Add JavaScriptUnownedValue, a non-owning, non-copyable value that borrows a jsi::Value for the zero-copy argument-decode fast path. (#46616 by @tsapeta)
      • [iOS] JavaScriptError can now wrap and throw an arbitrary JS value (not only an Error instance) via init(_:value:), preserving the thrown value's identity when it reaches JavaScript. (#47154 by @tsapeta)
      • [iOS] Add createFunction/setProperty overloads taking a UnownedThisSyncFunctionClosure, which receives this as a borrowed JavaScriptUnownedValue instead of an owning JavaScriptValue. Used by host functions that ignore this to skip the per-call owning-value allocation and its weak-runtime traffic. (#46949 by @tsapeta)
      • [iOS] Conform JavaScriptRuntime to Identifiable with an id based on the underlying runtime, equal across multiple wrappers of the same runtime. (#47068 by @tsapeta)
    • expo-media-library
    • expo-modules-core
      • [iOS] Added the @Record macro that synthesizes a record from a type's stored properties, with no @Field wrappers needed. (#46547 by @tsapeta)
      • [iOS] Added the @Event macro that turns a function-typed var on a module or shared object into a typed JavaScript event. (#46938 by @tsapeta)
      • [iOS] @ExpoModule now synthesizes the module's JavaScript name from the class name or its @ExpoModule("CustomName") argument, so a Name(โ€ฆ) definition entry is no longer required. (#46938 by @tsapeta)
      • [iOS] Added SharedObject.native(from:) that recovers the native shared object paired with a JavaScript object, with a generic overload that returns the concrete subclass directly. (#47054 by @tsapeta)
      • [iOS] Added Module.emit that sends an event directly to the module's own JavaScript object, mirroring SharedObject.emit. Both now share an EventEmitter protocol. (#46555 by @tsapeta)
    • expo-linking
      • Added Linking.clearInitialURL() to reset the cached deep-link URL. (#46265 by @gabrieldonadel)
    • expo-image-picker
      • [iOS] Allow launchCameraAsync to be invoked on the simulator. (#45923 by @EvanBacon)
    • expo-font
      • [web] Added Server.withServerContext(callback) which scopes server-side font loads per render. (#46669 by @hassankhan)
    • expo-contacts
      • [iOS] Add cancelButtonTitle and showsCancelButton options to contact forms. (#46960 by @Wenszel)
      • [iOS] Add preventAnimation option to presentCreateForm. (#46960 by @Wenszel)
    • expo-clipboard
    • expo-brownfield
      • [iOS] Add hostProvidedFrameworks option to skip Frameworks provided by the host app (#46355 by @gabrieldonadel)
    • expo-camera
      • Enabled responsive capture and fast capture prioritization on iOS for lower shutter lag and faster successive photo captures.
    • @expo/package-manager
    • @expo/cli

    ๐Ÿ› Bug fixes

    • expo-sqlite
      • Fixed a fatal JNI crash on Android when using useLibSQL: true, caused by the libSQL session bindings still declaring byte[] signatures after #42638 switched Kotlin and the default native bindings to ByteBuffer. (#46651 by @zoontek) (#42638, #46651 by @zoontek)
    • @expo/ui
    • expo-sensors
      • Fixed the prebuilt ExpoSensors.xcframework always returning denied for the motion permission on iOS. The prebuild config unconditionally defined EXPO_DISABLE_MOTION_PERMISSION, which is only meant to be set when opting out via the motionPermission: false config plugin option. (#46686 by @zoontek)
    • expo-router
      • [android] fix renderingMode for toolbar icons (#46149 by @Ubax)
      • Sync config plugin Props type with the options schema, adding the missing redirects, rewrites, platformRoutes, and disableSynchronousScreensUpdates options. (#46677 by @zoontek)
      • Allow async routes to rehydrate synchronously by carrying through preloaded modules preventing FOUC in production output (#46539 by @kitten)
      • Fix type inference for unstable_createStandardRouterNavigator (#46737 by @Ubax)
      • Preserve a system time mocked with jest.setSystemTime across renderRouter (#46978 by @Ubax)
      • [ios] Fix white flash behind screens during the interactive swipe-back gesture by forwarding the theme background to the native stack container. (#47121 by @kevenleone)
      • [android] Remove navigation state restoration across activity recreation. (#47422 by @Ubax)
      • fix press detection with android bottom toolbar (#47389 by @Ubax)
      • Guard the deep link decode in extractExactPathFromURL against malformed percent-encoding. (#47526 by @momomuchu)
      • Fix renderRouter ignoring overrides and listing duplicate routes when an override key matches a file in appDir. (#47287 by @wwdrew)
    • expo-modules-autolinking
      • [iOS] Align the react-native-reanimated precompile config with [email protected] upstream defaults, adding the CSS/core/transition and PseudoStyles header mappings along with the missing IOS_CSS_CORE_ANIMATION and USE_ANIMATION_BACKEND feature flags so its XCFramework builds. (#46950 by @zoontek)
      • Fixed build error for unresolvable expo-modules-macros-plugin. (#46294 by @kudo)
      • Fixed the macro plugin flag not being applied to test targets, so macros couldn't be used in unit tests. (#46595 by @tsapeta)
      • [iOS] Align the react-native-reanimated precompile config with [email protected]'s generated component and native view sources. (#47201 by @lukmccall)
      • [iOS] Respect an explicit ios.usePrecompiledModules: false even when EXPO_USE_PRECOMPILED_MODULES is already set in the environment (e.g. EAS Build). (#46983 by @ryanda9910)
      • [iOS] Add the missing ENABLE_CROSS_RUNTIME_STACK_TRACES flag to the react-native-worklets precompile config so its prebuilt XCFramework matches the package's staticFlags.json. (#47478 by @alanjhughes)
      • [iOS] Under precompiled modules, preserve a dynamic-framework subgraph set up by an earlier pre_install hook (e.g. @rnmapbox/maps) โ€” both the dynamic frameworks and the pods that link against them โ€” instead of forcing them back to static libraries. (#47500 by @kudo)
    • expo-module-scripts
    • expo-modules-jsi
      • [iOS] Fixed the xcframework build failing with a sed error when building in an environment that uses GNU sed instead of BSD sed (e.g. a Nix shell). (#46389 by @niteshbalusu11)
      • [iOS] Propagate JavaScriptPromise setup failures instead of trapping the app. (#46106 by @qutrek) (#46145 by @mvincentong) (#46145 by @qutrek, @mvincentong)
      • Fix build framework for macOS (#46413 by @gabrieldonadel)
      • Fix build framework for Mac Catalyst (#46289 by @theeket)
      • [iOS] Throw instead of aborting when getPropertyAsFunction targets a missing or non-callable property. (#46437 by @tsapeta)
      • [iOS] Throw instead of aborting when getPropertyAsObject targets a non-object property. (#46438 by @tsapeta)
      • [iOS] Include the Swift toolchain version in the xcframework cache key so upgrading Xcode rebuilds slices instead of reusing ones built by an older compiler. (#46523 by @tsapeta)
      • [iOS] Ignore already-settled promises. (#46765 by @jakex7)
      • [iOS] Awaiting a JavaScriptPromise that is rejected after the await begins now throws instead of resuming with the rejection value as if fulfilled. (#47154 by @tsapeta)
      • [iOS] Return NSNull instead of trapping in the deprecated JavaScriptValue.getAny() when it encounters a unrepresentable value. (#47381 by @alanjhughes)
    • expo-media-library
      • Add accessPrivileges to PermissionResponse type (#47177 by @Wenszel)
      • [iOS] Fix permission guards for limited and write-only photo library access. (#47216 by @Wenszel)
    • expo-modules-core
      • [iOS] Propagate async-function promise construction failures instead of trapping the app. (#46106 by @qutrek) (#46145 by @mvincentong) (#46145 by @qutrek, @mvincentong)
      • [iOS] Read iPad-specific supported orientations from UISupportedInterfaceOrientations~ipad. (#46281 by @bryandent) (#46306 by @mvincentong) (#46306 by @bryandent, @mvincentong)
      • [android] Fix nested Host double-composing children. (#46304 by @nishan) (#46304 by @intergalacticspacehighway)
      • [iOS] Throw an actionable error when a worklet is used but react-native-worklets's native adapter isn't linked, instead of a misleading "not an instance of Worklet" failure. (#46571 by @chrfalch)
      • [android] Add a synchronous shadow node size update path, fixing a layout shift for Host matchContents views. (#46604 by @nishan) (#46604 by @intergalacticspacehighway)
      • [Android] Fix NullPointerException crash when a matchContents view is unmounted while a shadow node size update is pending (e.g. closing a bottom sheet mid-resize). (#46785 by @nishan) (#46785 by @intergalacticspacehighway)
      • [iOS] Accept JS Double timestamps in Date Convertible. JS numbers arrive across the JSI bridge as Swift Double; the prior as? Int branch never matched, throwing ConvertingException<Date> whenever a JS caller passed someDate.getTime() to a Date / Date? argument. (#46340 by @kyleasaff)
      • [Android] Fix events being silently dropped for Compose views in custom modules. (#46623 by @benjaminkomen) (#46624 by @nishan) (#46624 by @benjaminkomen, @intergalacticspacehighway)
      • [Android] Fixed Expo UI re-compose when switching screens in react-native-screens. (#46650 by @kudo)
      • [iOS] Pair a native shared object with one JavaScript object per runtime, so a shared object exposed to several runtimes (e.g. the main and UI runtimes, or worklet contexts) keeps a live pairing in each instead of only the one paired last. (#47238 by @tsapeta)
      • [Android][compose] Guard onLayout against detached window to prevent LayoutNode should be attached to an owner crash. (#47085 by @roitium)
      • [Android] Fix Jetpack Compose Host content disappearing before a react-native-screens pop animation finishes, by deferring composition disposal to window detach while the view is still on-screen for a transition. (#45914, #47086 by @aubrey-wodonga) (#47099 by @nishan) (#47099 by @intergalacticspacehighway)
      • [iOS] Fix a crash on Updates.reloadAsync() where the previous AppContext could deallocate before the old runtime finished tearing down, releasing cached JSI objects against a dying runtime on the wrong thread. Its lifetime is now tied to the runtime via native state attached to the global.expo object. (#47051 by @HaiyiMei) (#47080, #47098 by @tsapeta) (#47080, #47098 by @HaiyiMei, @tsapeta)
      • [iOS] Fix a reload deadlock on the new architecture where reloading (from pressing r in the iOS simulator) would freeze the app until the watchdog killed it. reloadAppAsync now triggers the reload synchronously when already on the main thread instead of always deferring via DispatchQueue.main.async. (#47392 by @brentvatne)
      • [iOS] Fix ExpoModulesProvider lookup failing for bundle names with non-identifier characters (e.g. dots). (#46424 by @shawnthye-guru)
    • expo-contacts
    • expo-calendar
      • Add @platform ios JSDoc annotations to iOS-exclusive APIs: ExpoCalendarReminder class, listReminders(), createReminder(), requestRemindersPermissions(), getRemindersPermissions(), useRemindersPermissions(), AddEventWithFormOptions.url, and AddEventWithFormOptions.alarms. (#46416 by @kota113)
      • Throw UnavailabilityError when iOS-only Reminders and Sources APIs (listReminders(), createReminder(), ExpoCalendarReminder.get/update/delete, requestRemindersPermissions(), getRemindersPermissions(), and getSourcesSync()) are called on non-iOS platforms. (#46416 by @kota113)
      • Return a denied permission response from useRemindersPermissions() on non-iOS platforms instead of throwing. (#46416 by @kota113)
    • expo-blur
      • [Android] Fix gesture handlers treating views under a BlurTargetView as detached and cancelling their gestures. (#47404 by @efstathiosntonas)
    • expo-camera
      • Host the iOS camera preview on the view's backing layer so it no longer zooms into place on launch. (#47172 by @alanjhughes)
      • Replace the deprecated videoOrientation API with AVCaptureDevice.RotationCoordinator for the iOS camera preview. (#47172 by @alanjhughes)
      • Fix dark frames and the preview rotating into place on iOS launch by fully configuring the camera session before it starts running. (#47173 by @alanjhughes)
      • Default the iOS camera pictureSize to photo instead of high. (#47173 by @alanjhughes)
    • @expo/cli
      • Symbolicate web error stacks in the dev server console. (#46584 by @krystofwoldrich)
      • Disable sextant QR code rendering for Windows Terminal (#46455 by @kitten)
      • Use favicon from app config when SSR is enabled (#46570 by @hassankhan)
      • Remove @expo/metro-config install from expo customize metro.config.js (#46600 by @kitten)
      • Place static entries last in serialized HTML output (#46539 by @kitten)
      • Focus the booted device in Device Hub using its devices:// deep link instead of only bringing the app forward. (#46809 by @krystofwoldrich)
      • Include external CSS imports in the production server manifest (#46984 by @hassankhan)
      • Avoid writing a 500 response when a DevTools plugin server request has already started or aborted. (#47192 by @krystofwoldrich)
      • Pass a fetch API Request to DevTools plugin WebSocket handlers instead of IncomingMessage. (#47410 by @krystofwoldrich)
      • Use loadModule for MCP and DevTools plugin server module loading. (#47139 by @krystofwoldrich)
      • Fall back to AGP's output-metadata.json when resolving APK filenames to support projects that override outputFileName in applicationVariants (#47083 by @NikhilVashistha)
    • expo
      • Decompress gzip / br / zstd expo/fetch responses on Android even when the caller sets their own Accept-Encoding header. (#46398 by @zoontek)
      • Fix bodyUsed leaking across siblings when fetch Response is cloned twice (#46397 by @zoontek)
      • Prevent fatal The stream is not in a state that permits close in expo/fetch when native delivers didComplete/didFailWithError after the consumer has already canceled the body stream. (#44909 by @safaiyeh)
      • Fix expo/fetch on Android sending a single 0x00 byte instead of an empty body for body-less POST/PUT/PATCH requests. (#46678 by @zoontek)
      • Forward unhandled errors and rejections to the dev server console. (#46578 by @krystofwoldrich)
      • Include JavaScript and React component stacks in web dev server error logs. (#46584 by @krystofwoldrich)
      • Fix asyncRoutes failing on Android and iOS with Requiring unknown module (#46870 by @hassankhan)
      • Fix Response.blob() in expo/fetch throwing when the global Blob is react-native's implementation. (#47538 by @kudo)

    ๐Ÿ’ก Others

    • @expo/ui
      • Export public component props as interfaces to support module augmentation. by @Brentlok
      • [universal] Revamp web universal components (Button, Checkbox, FieldGroup, Picker, Slider,Switch,TextInput) with shared design tokens, light / dark themes, and keyboard focus styles. (#46258, #46541 by @zoontek)
      • [iOS][android] Removed the react-native-reanimated dependency from the worklet integration; worklet features rely on react-native-worklets directly. (#46922, #46935 by @nishan) (#46922, #46935 by @intergalacticspacehighway)
      • Removed CLAUDE.md and CONTRIBUTING.md from publishing and fixed side effects. (#47451 by @kudo)
    • expo-modules-autolinking
      • Add bannerTitle and serverEntryPoint options to the DevTools plugin module config. (#46764 by @krystofwoldrich)
    • expo-modules-jsi
      • [iOS] Sync host functions no longer allocate a JavaScriptRef per call: the arguments buffer is now built inside the synchronous assumeIsolated closure instead of being boxed to cross the closure boundary, removing a heap allocation and its retain/release/dealloc from every host call (measured ~10% faster on the no-op @JS host-call floor). (#46949 by @tsapeta)
      • [iOS] JavaScriptNativeState can now back any jsi::NativeState subtype via a void * factory, so consumers without Swift/C++ interop (e.g. expo-modules-core) can supply their own pointee. expo::NativeState ships from the xcframework as a public C++ header. (#46330 by @tsapeta)
      • NativeArrayBuffer arguments no longer copy the buffer when it's already native-backed. (#46448 by @barthap)
      • [iOS] Type the host-object setter pointer explicitly so the nil-check conversion type-checks reliably. (#46736 by @tsapeta)
      • [iOS] JavaScriptUnownedValue and JavaScriptValuesBuffer now cache the runtime as the immortal facebook.jsi.IRuntime instead of the ARC-managed JavaScriptRuntime wrapper, removing per-call retain/release on the argument-decode hot path (measured ~16% faster addNumbers, ~24% faster addStrings). (#46792 by @tsapeta)
      • [iOS] getExpoNativeState now probes with the specialized hasNativeState<jsi::NativeState> and dynamic-casts the raw pointer once, avoiding a redundant dynamic_pointer_cast on the shared object argument unwrap hot path. (#46712 by @tsapeta)
    • expo-media-library
    • expo-modules-core
      • Native view config attributes now carry a process function that unwraps shared objects to their registry id, so callers can pass shared objects directly as view props instead of unwrapping them manually. (#46212 by @tsapeta)
      • [iOS] @ExpoModule now synthesizes a _decorateModule that binds the module's @JS functions directly onto the JS object, letting the module holder skip the dynamic definition path for synthesized modules. (#46612 by @tsapeta)
      • Allow react-native-worklets ^0.9.0 in peer dependencies. (#46950 by @zoontek)
      • Update edge-to-edge package to call updateEdgeToEdgeFeatureFlag (#46335 by @zoontek)
      • [iOS] Added JavaScriptDecodable / JavaScriptEncodable (composed as JavaScriptCodable), a statically-dispatched, non-erasing conversion path between JavaScript and native values for Expo Modules v2, with conformances for primitives, containers, records, enumerables and Data. (#46893 by @tsapeta)
      • [Internal] [iOS] Dropped the unused appContext parameter from the JavaScriptCodable conversions; conversions that need the app context now recover it from the runtime via the new public AppContext.from(runtime:). (#47111 by @tsapeta)
      • [iOS] JavaScriptCodable now maps Int64/UInt64 to a JS BigInt for lossless 64-bit round-tripping, and Int/UInt throw when encoding a value outside JavaScript's safe-integer range. (#46939 by @tsapeta)
      • [iOS] Added the public Exceptions.ArgumentsRangeMismatch exception, thrown by synthesized @JS function bindings when a JavaScript caller passes a number of arguments outside the accepted range. (#46901 by @tsapeta)
      • [iOS] SharedObject::NativeState now derives from expo::NativeState so the Swift wrapper can be recovered from the JS side via getNativeState, laying the groundwork for native-state-based shared object lookup. (#46330 by @tsapeta)
      • [iOS] SharedObject is now paired with its JS counterpart through a SharedObjectNativeState attached to the JS object, so registry lookups in both directions go through the native state and fall back to the legacy id-based path. (#46712 by @tsapeta)
      • NativeArrayBuffer arguments no longer copy the buffer when it's already native-backed. (#46448 by @barthap)
      • [iOS][android] Resolve the worklet UI runtime from its react-native-worklets holder instead of the reanimated _WORKLET_RUNTIME global; installOnUIRuntime now takes the holder from getUIRuntimeHolder(). (#46922, #46935 by @nishan) (#46922, #46935 by @intergalacticspacehighway)
    • expo-image-picker
      • [Web] Drop dependency on expo-modules-core Platform in favor of inline window/document checks. (#45923 by @EvanBacon)
      • Switch package entry to TypeScript source and emit declarations only. (#45923 by @EvanBacon)
    • expo-gl
    • expo-font
    • @expo/cli
      • Bump to @expo/ws-tunnel@^2.0.0 (#46696 by @kitten)
      • [Internal] Unify favicon injection between SPA, SSG and SSR pipelines (#46586 by @hassankhan)
      • [Internal] Unify the sync realpath helper and make fallback handling explicit. (#47175 by @krystofwoldrich)
      • Add server functions and startup banners to DevTools plugins. Plugins can define a serverEntryPoint that handles HTTP requests and WebSocket connections in the Expo CLI process, and a bannerTitle shown in the CLI startup banner. (#46764 by @krystofwoldrich)
    • expo
      • [Internal] Return thenable with sync-bailout for async require calls (#46539 by @kitten)
    Open source โ†’
  23. 57.0.0-canary-20260723-64edab923 Jul 2026pre-release

    Nothing published for this version

  24. 57.0.0-canary-20260720-b6d63bc20 Jul 2026pre-release

    Nothing published for this version

  25. 57.0.0-canary-20260718-7cbcda518 Jul 2026pre-release

    Nothing published for this version

  26. 57.0.0-canary-20260716-381e80616 Jul 2026pre-release

    Nothing published for this version

  27. 57.0.0-canary-20260629-301008529 Jun 2026pre-release

    Nothing published for this version

  28. 57.0.0-canary-20260526-13e89ca26 May 2026pre-release

    Nothing published for this version

  29. 56.1.2417 Aug 2026

    Nothing published for this version

  30. 56.1.236 Aug 2026

    Nothing published for this version

  31. 56.1.2229 Jul 2026

    Nothing published for this version

  32. 56.1.2123 Jul 2026

    Nothing published for this version

  33. 56.1.2015 Jul 2026

    Nothing published for this version

  34. 56.1.197 Jul 2026

    Nothing published for this version

  35. 56.1.183 Jul 2026

    Nothing published for this version

  36. 56.1.171 Jul 2026

    Nothing published for this version

  37. 56.1.1615 Jun 2026

    Nothing published for this version

  38. 56.1.1510 Jun 2026

    Nothing published for this version

  39. 56.1.145 Jun 2026

    Nothing published for this version

  40. 56.1.1329 May 2026

    Nothing published for this version

  41. 56.1.13-canary-20260701-91008651 Jul 2026pre-release

    Nothing published for this version

  42. 56.1.13-canary-20260624-9d83b8124 Jun 2026pre-release

    Nothing published for this version

  43. 56.1.13-canary-20260606-4d4666c6 Jun 2026pre-release

    Nothing published for this version

  44. 56.1.13-canary-20260526-6cd5e3726 May 2026pre-release

    Nothing published for this version

  45. 56.1.1226 May 2026

    Nothing published for this version

  46. 56.1.1123 May 2026

    Nothing published for this version

  47. 56.1.1021 May 2026

    Nothing published for this version

  48. 56.1.921 May 2026

    Nothing published for this version

  49. 56.1.821 May 2026

    Nothing published for this version

  50. 56.1.720 May 2026

    Nothing published for this version

  51. 56.1.619 May 2026

    Nothing published for this version

  52. 56.1.515 May 2026

    Nothing published for this version

  53. 56.1.414 May 2026

    Nothing published for this version

  54. 56.1.313 May 2026

    Nothing published for this version

  55. 56.1.212 May 2026

    Nothing published for this version

  56. 56.1.111 May 2026

    Nothing published for this version

  57. 56.1.08 May 2026

    Nothing published for this version

  58. 56.0.67 May 2026

    Nothing published for this version

  59. 56.0.56 May 2026

    Nothing published for this version

  60. 56.0.46 May 2026

    Nothing published for this version