PackageTrack

npm · #3871

@react-native/js-polyfills

0.87.1react/react-native

Polyfills for React Native.

Release timeline

1136 releases since 2022
2023202420252026

Releases

  1. 0.84.0-nightly-20251221-00eba550421 Dec 2025pre-release

    Nothing published for this version

  2. 0.84.0-nightly-20251220-00eba550420 Dec 2025pre-release

    Nothing published for this version

  3. 0.84.0-nightly-20251218-c7f433a4118 Dec 2025pre-release

    Nothing published for this version

  4. 0.84.0-nightly-20251217-f9346fb2317 Dec 2025pre-release

    Nothing published for this version

  5. 0.84.0-nightly-20251216-c16eb23a116 Dec 2025pre-release

    Nothing published for this version

  6. 0.84.0-nightly-20251215-07bd24ed015 Dec 2025pre-release

    Nothing published for this version

  7. 0.84.0-nightly-20251214-07bd24ed014 Dec 2025pre-release

    Nothing published for this version

  8. 0.84.0-nightly-20251213-07bd24ed013 Dec 2025pre-release

    Nothing published for this version

  9. 0.84.0-nightly-20251212-dd390dbbe12 Dec 2025pre-release

    Nothing published for this version

  10. 0.84.0-nightly-20251211-80e384a8011 Dec 2025pre-release

    Nothing published for this version

  11. 0.84.0-nightly-20251210-3e9083b4210 Dec 2025pre-release

    Nothing published for this version

  12. 0.84.0-nightly-20251208-8347cc4b58 Dec 2025pre-release

    Nothing published for this version

  13. 0.84.0-nightly-20251207-e4a5a56df7 Dec 2025pre-release

    Nothing published for this version

  14. 0.84.0-nightly-20251206-63b0aef136 Dec 2025pre-release

    Nothing published for this version

  15. 0.84.0-nightly-20251205-95cc1e7675 Dec 2025pre-release

    Nothing published for this version

  16. 0.84.0-nightly-20251204-5bb3a6d684 Dec 2025pre-release

    Nothing published for this version

  17. 0.84.0-nightly-20251203-a5e6addc63 Dec 2025pre-release

    Nothing published for this version

  18. 0.84.0-nightly-20251202-b0e754bc72 Dec 2025pre-release

    Nothing published for this version

  19. 0.84.0-nightly-20251122-d553c311622 Nov 2025pre-release

    Nothing published for this version

  20. 0.84.0-nightly-20251121-2bbb104a421 Nov 2025pre-release

    Nothing published for this version

  21. 0.84.0-nightly-20251120-88447cf2020 Nov 2025pre-release

    Nothing published for this version

  22. 0.84.0-nightly-20251119-79b09ce9c19 Nov 2025pre-release

    Nothing published for this version

  23. 0.84.0-nightly-20251118-d314e5f4e18 Nov 2025pre-release

    Nothing published for this version

  24. 0.84.0-nightly-20251117-d52b9d2f817 Nov 2025pre-release

    Nothing published for this version

  25. 0.84.0-nightly-20251116-d52b9d2f816 Nov 2025pre-release

    Nothing published for this version

  26. 0.84.0-nightly-20251115-e08abbcb915 Nov 2025pre-release

    Nothing published for this version

  27. 0.84.0-nightly-20251114-dd6805dec14 Nov 2025pre-release

    Nothing published for this version

  28. 0.84.0-nightly-20251113-6ddba300b13 Nov 2025pre-release

    Nothing published for this version

  29. 0.84.0-nightly-20251112-7dcedf1de12 Nov 2025pre-release

    Nothing published for this version

  30. 0.84.0-nightly-20251111-4f490818a11 Nov 2025pre-release

    Nothing published for this version

  31. 0.84.0-nightly-20251110-b7012ba9210 Nov 2025pre-release

    Nothing published for this version

  32. 0.84.0-nightly-20251109-b7012ba929 Nov 2025pre-release

    Nothing published for this version

  33. 0.84.0-nightly-20251108-7486a2bc58 Nov 2025pre-release

    Nothing published for this version

  34. 0.84.0-nightly-20251107-f8198f6627 Nov 2025pre-release

    Nothing published for this version

  35. 0.84.0-nightly-20251106-de5141a3d6 Nov 2025pre-release

    Nothing published for this version

  36. 0.84.0-nightly-20251105-5ec5cc3a35 Nov 2025pre-release

    Nothing published for this version

  37. 0.83.1025 Jun 2026
    Release notes

    v0.83.10

    Added

    iOS specific

    • Cache prebuilt iOS binaries in ~/Library/Caches/ReactNative so 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: contents is used in absolutely positioned subtrees (f2f92098dd by @j-piasecki)
    • Fixed display: contents nodes having hasNewLayout set 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.

    Open source →
    Additional notes2 sources agree

    Added

    iOS specific

    • Prebuild: Cache prebuilt iOS binaries in ~/Library/Caches/ReactNative so 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: contents is used in absolutely positioned subtrees (f2f92098dd by @j-piasecki)
    • Yoga: Fixed display: contents nodes having hasNewLayout set 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)
    Open source →
  38. 0.83.927 Apr 2026
    Release notes

    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.

    Open source →
  39. 0.83.824 Apr 2026
    Release notes

    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.

    Open source →
    Additional notes2 sources agree

    Fixed

    • Fix missing header search path for React-featureflags in React-CoreModules (2ff85bcba2 by @radko93)
    Open source →
  40. 0.83.724 Apr 2026
    Release notes

    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.

    Open source →
    Additional notes2 sources agree
    • Changes to experimental features only.
    Open source →
  41. 0.83.616 Apr 2026
    Release notes

    Fixed

    • Provide symbol fallbacks for inspector-modern/chrome/Registration.h when HERMES_V1_ENABLED is 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.

    Open source →
    Additional notes2 sources agree

    Fixed

    • Provide symbol fallbacks for inspector-modern/chrome/Registration.h when HERMES_V1_ENABLED is set (efc4cf4ea9 by @huntie)

    iOS specific

    • Fix "Loading from Metro..." banner getting stuck after reloads in quick succession. (e122c24c27 by @alanjhughes)
    Open source →
  42. 0.83.513 Apr 2026
    Release notes

    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.

    Open source →
    Additional notes2 sources agree

    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)
    Open source →
  43. 0.83.46 Mar 2026
    Release notes

    Fixed

    iOS specific


    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.

    Open source →
    Additional notes2 sources agree

    Fixed

    iOS specific

    Open source →
  44. 0.83.35 Mar 2026
    Release notes

    Added

    Android specific

    Changed

    Fixed

    Android specific

    • Gradle: Fix included-build gradle.properties resolution for monorepos by reading from parent Gradle start parameters (projectDir/currentDir) before falling back to ../../android/gradle.properties, so hermesV1Enabled can 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.

    Open source →
    Additional notes2 sources agree

    Added

    Android specific

    Changed

    Fixed

    Android specific

    • Gradle: Fix included-build gradle.properties resolution for monorepos by reading from parent Gradle start parameters (projectDir/currentDir) before falling back to ../../android/gradle.properties, so hermesV1Enabled can be inherited correctly. (c5ae0c820a by @Titozzz)
    Open source →
  45. 0.83.25 Feb 2026
    Release notes

    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.

    Open source →
    Additional notes2 sources agree

    Added

    Android specific

    Fixed

    Android specific

    • Text: Fix text clipping on Android 15+ due to useBoundsForWidth change (8347cc4b50 by @chrfalch)
    Open source →
  46. 0.83.118 Dec 2025
    Release notes

    Fixed

    Android specific

    • Fix Network error that could occur for FormData uploads 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.

    Open source →
    Additional notes2 sources agree

    Fixed

    Android specific

    • Networking: Fix Network error that could occur for FormData uploads with binary data (471ef7212e by @huntie)
    Open source →
  47. 0.83.010 Dec 2025
    Release notes

    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.

    Open source →
    Additional notes2 sources agree

    Breaking

    None

    Deprecated

    Android specific

    • Animated: Mark startOperationBatch and finishOperationBatch as deprecated, replace with no-op (c9dcd64ed5 by @zeyap)
    • Networking: Mark NetworkingModule.sendRequestInternal as deprecated (30999b868c by @motiz88)

    Added

    • Accessibility: Add meaningful error reporting when AccessibilityInfo's methods are not available (9cadfe6607 by @vzaidman)
    • Animated: AnimationBackend initialisation and style updates (e091759947 by @bartlomiejbloniarz)
    • Animated: Make AnimatedNodesManager use the backend behind the flag (325c681cb1 by Bartlomiej Bloniarz)
    • Animated: Add unstable_setAnimationBackend, unstable_getAnimationBackend in 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 IntersectionObserver in the Canary release level (5119db44ce by @lunaleaps)
    • JavaScript API: ListViewToken is now exposed when using "react-native-strict-api" (0a0b48b5ff by @huntie)
    • JavaScript API: unstable_NativeText and unstable_NativeView are now exported from the react-native package (90ac3ac7bd by @huntie)
    • JavaScript API: Expose NativeComponentRegistry API 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/strict export enabling the react-native-strict-api custom condition (0198c92c71 by @kraenhansen)

    Android specific

    iOS specific

    Changed

    • Animated: Initialize the backend in NativeAnimatedNodesManagerProvider (3f396616d2 by Bartlomiej Bloniarz)
    • Animated: Move using declarations into AnimationBackend class (9e98c72ad3 by @zeyap)
    • Codegen: Improve Codegen error when iOS native project not found (bc3503452f by @vonovak)
    • ESLint: Bump eslint-plugin-react-hooks to 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_MODE to HEAP_HV_PREFER32 for Hermes V1 (fcb51b1392 by @j-piasecki)
    • Kotlin: Migrated ReactRoot to Kotlin (0b14a19ea6 by @sbuggay)
    • New Architecture: Runtime check that NewArchitecture is enabled in DefaultNewArchitectureEntryPoint (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 VirtualViewContainerState into classic, experimental versions [Android] (793f99d949 by @CalixTang)

    iOS specific

    • Image: Use CGImageSourceCreateImageAtIndex instead of CGImageSourceCreateThumbnailAtIndex to 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-preset is Update (2d2011c7ae by @robhogan)
    • Build: Fixed hermes-compiler not 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 ENOENT exception when a dependency does not export package.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 --outputPath argument and respects codegenConfig.outputDir configurations (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 ItemSeparatorComponent prop on list components now accepts a React element as well as a component function (35f6ed1146 by @huntie)
    • Image: ResizeMethod was 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_t instead of int for vector iteration in cloneMultipleRecursive (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 positions in GradientValue (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 RNGP due to AGP 9.0.0-alpha05 (69dc655005 by @cortinico)
    • Dev Menu: Fix displaying dev menu items in light mode (269b0bd877 by @coado)
    • React Native DevTools: Fix SoLoader race condition in InspectorNetworkRequestListener (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 getEncodedScreenSizeWithoutVerticalInsets if SurfaceMountingManager is 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_host preferences (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-config output not being used in ReactCodegen script phase due to temp output directory (c0290329cd by @kitten)
    • DeviceInfo: Fix RCTDeviceInfo crash when application.delegate.window is 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 RCTSetDefaultFontHandler compatible with the new arch, and add a more powerful version as RCTSetDefaultFontResolver (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)
    Open source →
  48. 0.83.0-rc.58 Dec 2025pre-release
    Release notes

    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.

    Open source →
  49. 0.83.0-rc.43 Dec 2025pre-release
    Release notes

    Fixed

    • Fixed an ENOENT exception when a dependency does not export package.json, and your repo is set up as a monorepo using pnpm (https://github.com/facebook/react-native/pull/54665 by @tido64)
    • Fixed hermes-compiler not 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_host preferences (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.

    Open source →
  50. 0.83.0-rc.324 Nov 2025pre-release
    Release notes

    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.

    Open source →
  51. 0.83.0-rc.217 Nov 2025pre-release
    Release notes

    Changed


    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.

    Open source →
  52. 0.83.0-rc.111 Nov 2025pre-release
    Release notes

    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.

    Open source →
  53. 0.83.0-rc.04 Nov 2025pre-release
    Release notes

    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.

    Open source →
  54. 0.83.0-nightly-20251104-502efe1cc4 Nov 2025pre-release

    Nothing published for this version

  55. 0.83.0-nightly-20251103-a034841fd3 Nov 2025pre-release

    Nothing published for this version

  56. 0.83.0-nightly-20251103-54047f8913 Nov 2025pre-release

    Nothing published for this version

  57. 0.83.0-nightly-20251102-d8e6a985a2 Nov 2025pre-release

    Nothing published for this version

  58. 0.83.0-nightly-20251101-693e9628e1 Nov 2025pre-release

    Nothing published for this version

  59. 0.83.0-nightly-20251030-26ad9492b30 Oct 2025pre-release

    Nothing published for this version

  60. 0.83.0-nightly-20251029-3f971d93129 Oct 2025pre-release

    Nothing published for this version