Asset support code for React Native.
Last release today
26 Aug 2026
Ships on a steady schedule
a new release about every 8 days
Nearly every release is documented
notes for 59 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
1138 releases · first in 2022
Release timeline
1138 releases since 2022Releases
- 0.84.0-nightly-20251222-00eba550422 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251221-00eba550421 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251220-00eba550420 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251218-c7f433a4118 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251217-f9346fb2317 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251216-c16eb23a116 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251215-07bd24ed015 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251214-07bd24ed014 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251213-07bd24ed013 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251212-dd390dbbe12 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251211-80e384a8011 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251210-3e9083b4210 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251208-8347cc4b58 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251207-e4a5a56df7 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251206-63b0aef136 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251205-95cc1e7675 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251204-5bb3a6d684 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251203-a5e6addc63 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251202-b0e754bc72 Dec 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251122-d553c311622 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251121-2bbb104a421 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251120-88447cf2020 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251119-79b09ce9c19 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251118-d314e5f4e18 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251117-d52b9d2f817 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251116-d52b9d2f816 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251115-e08abbcb915 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251114-dd6805dec14 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251113-6ddba300b13 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251112-7dcedf1de12 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251111-4f490818a11 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251110-b7012ba9210 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251109-b7012ba929 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251108-7486a2bc58 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251107-f8198f6627 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251106-de5141a3d6 Nov 2025pre-release
Nothing published for this version
- 0.84.0-nightly-20251105-5ec5cc3a35 Nov 2025pre-release
Nothing published for this version
- 0.83.1025 Jun 2026
Release notes
Open source →v0.83.10
Added
iOS specific
- Cache prebuilt iOS binaries in
~/Library/Caches/ReactNativeso Hermes, ReactNativeDependencies and ReactNativeCore tarballs are reused across clean installs and projects instead of being re-downloaded from Maven (9a0b05b8d0 by @cipolleschi)
Fixed
- Fixed Yoga node ownership when
display: contentsis used in absolutely positioned subtrees (f2f92098dd by @j-piasecki) - Fixed
display: contentsnodes havinghasNewLayoutset incorrectly (2546ce4d82 by @j-piasecki) - React Native DevTools: Fix a bug where we would incorrectly flag apps using additional Hermes runtimes (e.g. Reanimated) as being multi-host (c800503214 by @huntie)
Android specific
fetch()response URL is now correct after a redirect (fbe6a686e6 by @MarkCSmith)- Limit WebSocket queue size for the packager connection to prevent the Android inspector from being force-disconnected on large payloads (7164f96d58 by @huntie)
iOS specific
- Make Podfile.lock SPEC CHECKSUMS deterministic across machines by sorting Dir.glob results in Yoga.podspec and using a dynamically computed Pods-relative path in hermes-engine.podspec (64c9663152 by @IsaacIsrael)
- Fixes crash when changing the value of
removeClippedSubviews(91e3f773b7 by @javache)
<!-- TODO Update these links for your release version --> Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
Additional notes2 sources agree
Open source →Added
iOS specific
- Prebuild: Cache prebuilt iOS binaries in
~/Library/Caches/ReactNativeso Hermes, ReactNativeDependencies and ReactNativeCore tarballs are reused across clean installs and projects instead of being re-downloaded from Maven (9a0b05b8d0 by @cipolleschi)
Fixed
- React Native DevTools: Fix a bug where we would incorrectly flag apps using additional Hermes runtimes (e.g. Reanimated) as being multi-host (c800503214 by @huntie)
- Yoga: Fixed Yoga node ownership when
display: contentsis used in absolutely positioned subtrees (f2f92098dd by @j-piasecki) - Yoga: Fixed
display: contentsnodes havinghasNewLayoutset incorrectly (2546ce4d82 by @j-piasecki)
Android specific
- Networking:
fetch()response URL is now correct after a redirect (fbe6a686e6 by @MarkCSmith) - React Native DevTools: Limit WebSocket queue size for the packager connection to prevent the Android inspector from being force-disconnected on large payloads (7164f96d58 by @huntie)
iOS specific
- CocoaPods: Make Podfile.lock SPEC CHECKSUMS deterministic across machines by sorting Dir.glob results in Yoga.podspec and using a dynamically computed Pods-relative path in hermes-engine.podspec (64c9663152 by @IsaacIsrael)
- View: Fixes crash when changing the value of
removeClippedSubviews(91e3f773b7 by @javache)
- Cache prebuilt iOS binaries in
- 0.83.927 Apr 2026
Release notes
Open source →
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
This release contains changes to experimental features only.
View the whole changelog in the CHANGELOG.md file.
- 0.83.824 Apr 2026
Release notes
Open source →
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
Additional notes2 sources agree
Open source →Fixed
- Fix missing header search path for React-featureflags in React-CoreModules (2ff85bcba2 by @radko93)
- 0.83.724 Apr 2026
Release notes
Open source →
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
This release contains changes to experimental features only.
View the whole changelog in the CHANGELOG.md file.
- 0.83.616 Apr 2026
Release notes
Open source →Fixed
- Provide symbol fallbacks for
inspector-modern/chrome/Registration.hwhenHERMES_V1_ENABLEDis set (efc4cf4ea9 by @huntie)
iOS specific
- Fix "Loading from Metro..." banner getting stuck after reloads in quick succession. (e122c24c27 by @alanjhughes)
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
Additional notes2 sources agree
Open source →Fixed
- Provide symbol fallbacks for
inspector-modern/chrome/Registration.hwhenHERMES_V1_ENABLEDis set (efc4cf4ea9 by @huntie)
iOS specific
- Fix "Loading from Metro..." banner getting stuck after reloads in quick succession. (e122c24c27 by @alanjhughes)
- Provide symbol fallbacks for
- 0.83.513 Apr 2026
Release notes
Open source →Fixed
- Appearance: Fix color scheme in appearance state after setting it to unspecified (c338d19 by @ismarbesic)
Android specific
- Networking: File:// URIs passed to fetch() or XMLHttpRequest no longer fail (https://github.com/facebook/react-native/issues/54626) (3cf6bff by @bhamiltoncx)
iOS specific
- Build: Bump fmt to 12.1.0 to fix Xcode 26.4 (faeef2b90a by @leotm)
- Hermes: Fix Hermes crash when async void TurboModule method throws NSException by re-throwing instead of converting to JSError on wrong thread (a9a976a by @fabriziocucci)
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
Additional notes2 sources agree
Open source →Fixed
- Appearance: Fix color scheme in appearance state after setting it to unspecified (c338d19 by @ismarbesic)
Android specific
- Networking: File:// URIs passed to fetch() or XMLHttpRequest no longer fail (https://github.com/facebook/react-native/issues/54626) (3cf6bff by @bhamiltoncx)
iOS specific
- Build: Bump fmt to 12.1.0 to fix Xcode 26.4 (faeef2b90a by @leotm)
- Hermes: Fix Hermes crash when async void TurboModule method throws NSException by re-throwing instead of converting to JSError on wrong thread (a9a976a by @fabriziocucci)
- 0.83.46 Mar 2026
Release notes
Open source →Fixed
iOS specific
- Precompiled Binaries: Add RCTDevSupportHeaders in React Umbrella (cfb5328833 by @cipolleschi)
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
Additional notes2 sources agree
Open source →Fixed
iOS specific
- Precompiled Binaries: Add RCTDevSupportHeaders in React Umbrella (cfb5328833 by @cipolleschi)
- 0.83.35 Mar 2026
Release notes
Open source →Added
Android specific
- Dev Support: [0.83] Add support for custom header in devsupport (c8ab750148 by @cortinico)
Changed
- CI: Skip set-rn-artifacts-version for PRs targeting stable branches (81223f27b7 by @cipolleschi)
Fixed
- Build: [0.83] Fix rncore tarball extraction for EdenFS compatibility (becef72f12 by @cipolleschi)
Android specific
- Gradle: Fix included-build
gradle.propertiesresolution for monorepos by reading from parent Gradle start parameters (projectDir/currentDir) before falling back to../../android/gradle.properties, sohermesV1Enabledcan be inherited correctly. (c5ae0c820a by @Titozzz)
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
Additional notes2 sources agree
Open source →Added
Android specific
- Dev Support: [0.83] Add support for custom header in devsupport (c8ab750148 by @cortinico)
Changed
- CI: Skip set-rn-artifacts-version for PRs targeting stable branches (81223f27b7 by @cipolleschi)
Fixed
- Build: [0.83] Fix rncore tarball extraction for EdenFS compatibility (becef72f12 by @cipolleschi)
Android specific
- Gradle: Fix included-build
gradle.propertiesresolution for monorepos by reading from parent Gradle start parameters (projectDir/currentDir) before falling back to../../android/gradle.properties, sohermesV1Enabledcan be inherited correctly. (c5ae0c820a by @Titozzz)
- 0.83.25 Feb 2026
Release notes
Open source →
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
Additional notes2 sources agree
Open source →Added
Android specific
- Gradle: Expose
oscompatheaders via prefab (b4da323c8e by @war-in)
Fixed
- Appearance: Fix color scheme in appearance state after setting it to unspecified (08d1764530 by @ismarbesic)
- Assets: Handle
unstable_pathquery param in asset URLs (42986f27a0 by @tido64)
Android specific
- Text: Fix text clipping on Android 15+ due to useBoundsForWidth change (8347cc4b50 by @chrfalch)
- Gradle: Expose
- 0.83.118 Dec 2025
Release notes
Open source →Fixed
Android specific
- Fix Network error that could occur for
FormDatauploads with binary data (471ef7212e by @huntie)
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
Additional notes2 sources agree
Open source →Fixed
Android specific
- Networking: Fix Network error that could occur for
FormDatauploads with binary data (471ef7212e by @huntie)
- Fix Network error that could occur for
- 0.83.010 Dec 2025
Release notes
Open source →
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
Additional notes2 sources agree
Open source →Breaking
None
Deprecated
Android specific
- Animated: Mark
startOperationBatchandfinishOperationBatchas deprecated, replace with no-op (c9dcd64ed5 by @zeyap) - Networking: Mark
NetworkingModule.sendRequestInternalas deprecated (30999b868c by @motiz88)
Added
- Accessibility: Add meaningful error reporting when
AccessibilityInfo's methods are not available (9cadfe6607 by @vzaidman) - Animated:
AnimationBackendinitialisation and style updates (e091759947 by @bartlomiejbloniarz) - Animated: Make
AnimatedNodesManageruse the backend behind the flag (325c681cb1 by Bartlomiej Bloniarz) - Animated: Add
unstable_setAnimationBackend,unstable_getAnimationBackendin UIManager (7ec470d49a by Bartlomiej Bloniarz) - Dev Server: Dev server banners can now be closed on tap. On iOS, don't close them after 15s anymore (6936bd9f6b by @vzaidman)
- Fast Refresh: New banner Add to indicate that Fast Refresh has lost connection, and that the app needs to be restarted to reconnect (4148746941 by @vzaidman)
- IntersectionObserver: Gate
IntersectionObserverin the Canary release level (5119db44ce by @lunaleaps) - JavaScript API:
ListViewTokenis now exposed when using"react-native-strict-api"(0a0b48b5ff by @huntie) - JavaScript API:
unstable_NativeTextandunstable_NativeVieware now exported from thereact-nativepackage (90ac3ac7bd by @huntie) - JavaScript API: Expose
NativeComponentRegistryAPI to index.d.ts (3f7f9d8fb8 by @gabrieldonadel) - Performance: Enable Web Performance APIs (beccee2164 by @rubennorte)
- React Native DevTools: Enable Network inspection features 66469b58d8 by @cipolleschi
- React Native DevTools: Enable standalone app shell by default (https://github.com/facebook/react-native/commit/3341bb57b188d0e20ac6e9ebb1e8b1fbb6b26514 by @huntie)
- StyleSheet: Background image native parser (a9780f9102 by @intergalacticspacehighway)
- StyleSheet: Merge the iOS and android PR into this, this PR includes
BackgroundImageExample. I have also Add testcases for parsing syntax in JS (3d08683d0f by @intergalacticspacehighway) - TypeScript: Add
@react-native/typescript-config/strictexport enabling thereact-native-strict-apicustom condition (0198c92c71 by @kraenhansen)
Android specific
- Dev Menu: Add new configuration for
RCTDevMenu(4ddf2ce64f by @coado) - ReactHost: Add new
setBundleSourcemethod toReactHostfor changing bundle URL at runtime (005d705aff by @coado) - StyleSheet: Background size, position and repeat styles (e859293674 by @intergalacticspacehighway)
iOS specific
- Build options: Add way to set the
RCT_REMOVE_LEGACY_ARCHflag from Cocoapods to compile ou the legacy arch (5abda9c7da by @cipolleschi) - Build options: Add support for symbolication of precompiled
React.xcframework(07f40ec6b4 by @chrfalch) - Codegen: Update Codegen to generate
Package.swiftfile for Codegen targets (a7cd3cc08f by @cipolleschi) - Dev Menu: Add new configuration for
RCTDevMenu(29d5aa582f by @coado) - Font: Add support for condensed system font when using the New Architecture (07da2ff3e1 by @ismarbesic)
- StyleSheet: Add contrast and hue-rotate CSS filters (20ba98e00d by @intergalacticspacehighway)
- StyleSheet: Add grayscale, drop-shadow and saturate CSS filters (1198a55d50 by @intergalacticspacehighway)
- StyleSheet: Background size, position and repeat styles (d8c2f1c883 by @intergalacticspacehighway)
- StyleSheet: Filter blur (b365e26593 by @intergalacticspacehighway)
Changed
- Animated: Initialize the backend in
NativeAnimatedNodesManagerProvider(3f396616d2 by Bartlomiej Bloniarz) - Animated: Move using declarations into
AnimationBackendclass (9e98c72ad3 by @zeyap) - Codegen: Improve Codegen error when iOS native project not found (bc3503452f by @vonovak)
- ESLint: Bump
eslint-plugin-react-hooksto 7.0.1 (28101284a9 by @cipolleschi) - Hermes: Use Hermes artifacts published independently from React Native (27bb34c006 by @j-piasecki)
- Metro: Metro bump to ^0.83.3 (89f0a37800 by @robhogan)
- React: Bump React version to 19.2 (6f482708b5 by @cipolleschi)
- React Native DevTools: Remove network experiment and experimental icon, Add conditional disabling of features incompatible with multiple hosts (19359ed095 by @huntie)
- Yoga: Update copyright header in Yoga CMake file from Facebook to Meta (118a6621f5 by @aialok)
Android specific
- Animated: [c++ animated] Course correct props at
SurfaceMountingManager.updateProps()(dae2f606c7 by @zeyap) - Fast Refresh: Hot reload banner is now displayed in blue background like on iOS (4d45e5987c by @vzaidman)
- Font: Request layout on configuration change only when the font scale has changed (e02e7b1a29 by @j-piasecki)
- Hermes: Changed value of
HERMESVM_HEAP_HV_MODEtoHEAP_HV_PREFER32for Hermes V1 (fcb51b1392 by @j-piasecki) - Kotlin: Migrated
ReactRootto Kotlin (0b14a19ea6 by @sbuggay) - New Architecture: Runtime check that
NewArchitectureis enabled inDefaultNewArchitectureEntryPoint(d0d08e4554 by @cortinico) - React Native DevTools: Add Log error to discourage usages of
getJSModule(RCTEventEmitter)API (aab0d3397c by @mdvacca) - Touch Handling: Defer to responder system to terminate on scroll (1e1af623b1 by @zeyap)
- UI: Split
VirtualViewContainerStateinto classic, experimental versions [Android] (793f99d949 by @CalixTang)
iOS specific
- Image: Use
CGImageSourceCreateImageAtIndexinstead ofCGImageSourceCreateThumbnailAtIndexto decode full-sized images (be4fcdafb1 by @tsapeta) - Prebuild: Update logging functions for prebuilds (f0f8b95719 by @chrfalch)
Fixed
- Animated: Fix array type parsing in
DynamicEventPayload::extractValue(cf5040b4f8 by @zeyap) - Babel: Invalidate transform cache when
react-native/babel-presetis Update (2d2011c7ae by @robhogan) - Build: Fixed
hermes-compilernot being resolved correctly when your repo is set up as a monorepo using pnpm (https://github.com/facebook/react-native/commit/45281ba48fc17508539c0b881327ef8b4bf8e530 by @tido64) - Codegen: Fixed an
ENOENTexception when a dependency does not exportpackage.json, and your repo is set up as a monorepo using pnpm (https://github.com/facebook/react-native/commit/ad5e2680c8e491d89d7544ffb2fff45190cd5ef6 by @tido64) - Codegen: Ensure codegen CLI supports unspecified
--outputPathargument and respectscodegenConfig.outputDirconfigurations (https://github.com/facebook/react-native/commit/f8207d6c757552ddac472aa278d7dd56ad04fb7e by @kitten) - Events: Allow
EventEmitters to be optional (for push safety) (4308185b64 by Tom Scallon) - Fast Refresh: Only remove the Fast Refresh "Refreshing..." toast when all bundles being loaded finished loading (92cae27cb2 by @vzaidman)
- FlatList: The
ItemSeparatorComponentprop on list components now accepts a React element as well as a component function (35f6ed1146 by @huntie) - Image:
ResizeMethodwas not propagated correctly on Android with Props 2.0 (7c543db181 by @Abbondanzo) - LogBox: Fixing an issue with the error LogBox formatting on windows causing text to wrap (e2b62bc435 by Gianni Moschini)
- Renderer: Avoid data loss during CSS property conversion (c629019080 by @vineethkuttan)
- Renderer: Use
size_tinstead ofintfor vector iteration incloneMultipleRecursive(f9754d3459 by Harini Malothu) - Renderer: Fix 9-element (2D) transform matrix conversions (ce243df972 by @cortinico)
- Runtime: [ReactCxxPlatform] Don't crash on reload (5d65794ee4 by @christophpurrer)
- TypeScript: Fixed missing type definitions for new DOM APIs in legacy TypeScript types (05ec7e0ad1 by @rubennorte)
- TypeScript: Fixed Types in Refresh control (ed24a4d05b by @riteshshukla04)
- TypeScript: TypeScript types of
positionsinGradientValue(f7ea40bc28 by @SimpleCreations) - Yoga: Update copyright headers (0b68dcfac8 by @willspag)
Android specific
- API: Correct deprecation message for
ReactContextBaseJavaModule#getCurrentActivity()(81bbbe3c45 by @vladd-g) - Build: Fix build failures with
RNGPdue toAGP9.0.0-alpha05 (69dc655005 by @cortinico) - Dev Menu: Fix displaying dev menu items in light mode (269b0bd877 by @coado)
- React Native DevTools: Fix
SoLoaderrace condition inInspectorNetworkRequestListener(6c874f25e2 by @vzaidman) - Hermes: Read the Hermes V1 opt-in flag from the apps properties when building from source (813b9441ca by @j-piasecki)
- Permissions: Fix request permission not always resolving in Android 16 (39ede95921 by @lukmccall)
- Fabric: Do not crash inside
getEncodedScreenSizeWithoutVerticalInsetsifSurfaceMountingManageris null (f59a6f9508 by @cortinico) - Runtime: Request layout on attached surfaces when font scale changes (417e068220 by @j-piasecki)
- ScrollView: Controller-driven scroll events now honor paging/snap alignment (ed75963c0d by @Abbondanzo)
- ScrollView: Focused scroll into view behaviors for nested vertical scroll views (26502c6319 by @rozele)
- ScrollView: Issue with restarting scroll in
maintainVisibleContentPosition(a034841fd6 by @rozele) - Text: Fix text not scaling down when system
fontScale< 1.0 (642f086b8c by @kdwkr) - View: Defers focus until View is attached (9d498f676d by @rozele)
- View: Resolves an int overflow in
findNextFocusableElement(363d297260 by @rozele)
iOS specific
- ActionSheet: Apply tint color to Actions sheets buttons (535efc1403 by @cipolleschi)
- ActionSheet: Revert action sheet behavior not to break apps on iOS 26 (82d2352b19 by @cipolleschi)
- Build: Fix loading bundle using
debug_http_hostpreferences (https://github.com/facebook/react-native/commit/2ac54881f3967346faafa4e5a6bc3b9a68c29e46 by @coado) - Build: Fixed copying symbol bundles into correct slice folder (https://github.com/facebook/react-native/commit/2bc6b0083237839b224d5427407d33cab3e2de6b by @chrfalch)
- Codegen: Fix autolinking-generated
react-native-configoutput not being used inReactCodegenscript phase due to temp output directory (c0290329cd by @kitten) - DeviceInfo: Fix
RCTDeviceInfocrash whenapplication.delegate.windowis nil in modern iOS app architectures (968909488a by @25harsh) - Events: Add missing
break;to-[RCTViewManager pointerEvents](916e53f845 by @NSProgrammer) - Events: Raised the maximum number of pointers tracked at the same time to 17 (58bd51e7e2 by @j-piasecki)
- Fabric: Address unexpected warning about "Unbalanced calls start/end for tag 20/19" (796d182d89 by @lokshunhung)
- Font: Make
RCTSetDefaultFontHandlercompatible with the new arch, and add a more powerful version asRCTSetDefaultFontResolver(64b30a9376 by @javache) - Image: Images are removed from memory more aggressively to prevent OOMs (3895831c2b by @sammy-SC)
- Image: Update the
sourceproperty to avoid multiple downloads (0a71b43fbc by @chrfalch) - Modal: Modal swipe dismissal works only for the first time (3a0c402d26 by @okwasniewski)
- Prebuild: Fix iOS version mismatch when using nightly prebuilds (790860782e by @gabrieldonadel)
- Prebuild: Fix using iOS nightly prebuilds in release mode (19d87c874e by @gabrieldonadel)
- StyleSheet:
BoxShadow+ overflow hidden combination interfering with pointerEvents and transform scale (c8e5f9766b by @intergalacticspacehighway)
- Animated: Mark
- 0.83.0-rc.58 Dec 2025pre-release
Release notes
Open source →Fixed
- Fix remaining missing debugger build flags for open source builds (#54770 by @huntie)
- Exclude legacy Hermes targets from single host assertion (#54790 by @huntie)
- Fix multipart/form-data request payload previews on Android (#54804 by @huntie)
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
- 0.83.0-rc.43 Dec 2025pre-release
Release notes
Open source →Fixed
- Fixed an
ENOENTexception when a dependency does not exportpackage.json, and your repo is set up as a monorepo using pnpm (https://github.com/facebook/react-native/pull/54665 by @tido64) - Fixed
hermes-compilernot being resolved correctly when your repo is set up as a monorepo using pnpm (https://github.com/facebook/react-native/pull/54667 by @tido64) - Ensure codegen CLI supports unspecified --outputPath argument and respects codegenConfig.outputDir configurations (https://github.com/facebook/react-native/pull/54609 by @kitten)
- Fix loading bundle using
debug_http_hostpreferences (https://github.com/facebook/react-native/commit/2ac54881f3967346faafa4e5a6bc3b9a68c29e46 by @coado) - Fixed copying symbol bundles into correct slice folder (https://github.com/facebook/react-native/pull/54641 by @chrfalch)
Changed
- React Native DevTools: Enable standalone app shell by default (https://github.com/facebook/react-native/pull/54754 by @huntie)
- React Native DevTools: Add "What's new" highlight to welcome panel (https://github.com/facebook/react-native-devtools-frontend/pull/226 by @huntie)
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
- Fixed an
- 0.83.0-rc.324 Nov 2025pre-release
Release notes
Open source →
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
- 0.83.0-rc.217 Nov 2025pre-release
Release notes
Open source →Changed
- React Native DevTools: Enable Network inspection features (66469b58d8 by @cipolleschi)
- Gate IntersectionObserver in the Canary release level (5119db44ce by @lunaleaps)
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
- 0.83.0-rc.111 Nov 2025pre-release
Release notes
Open source →Changed
- React Native DevTools: Remove network experiment and experimental icon, Add conditional disabling of features incompatible with multiple hosts (19359ed095 by @huntie)
- Bump HermesV1 versions (79302df4de by @cipolleschi)
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
- 0.83.0-rc.04 Nov 2025pre-release
Release notes
Open source →Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
- 0.83.0-nightly-20251104-502efe1cc4 Nov 2025pre-release
Nothing published for this version
- 0.83.0-nightly-20251103-a034841fd3 Nov 2025pre-release
Nothing published for this version
- 0.83.0-nightly-20251103-54047f8913 Nov 2025pre-release
Nothing published for this version
- 0.83.0-nightly-20251102-d8e6a985a2 Nov 2025pre-release
Nothing published for this version
- 0.83.0-nightly-20251101-693e9628e1 Nov 2025pre-release
Nothing published for this version
- 0.83.0-nightly-20251030-26ad9492b30 Oct 2025pre-release
Nothing published for this version