PackageTrack

npm ยท #3949

@react-native/gradle-plugin

0.87.1react/react-native โ†—

Gradle Plugin for React Native

Release timeline

1159 releases since 2022
2023202420252026

Releases

  1. 0.79.0-nightly-20250128-70162250628 Jan 2025pre-release

    Nothing published for this version

  2. 0.79.0-nightly-20250127-aa576083727 Jan 2025pre-release

    Nothing published for this version

  3. 0.79.0-nightly-20250126-aa576083726 Jan 2025pre-release

    Nothing published for this version

  4. 0.79.0-nightly-20250125-e44b2fa9725 Jan 2025pre-release

    Nothing published for this version

  5. 0.79.0-nightly-20250124-5ea7594b524 Jan 2025pre-release

    Nothing published for this version

  6. 0.79.0-nightly-20250123-d1028885e23 Jan 2025pre-release

    Nothing published for this version

  7. 0.79.0-nightly-20250122-6cbdc944522 Jan 2025pre-release

    Nothing published for this version

  8. 0.79.0-nightly-20250121-140b3b38d21 Jan 2025pre-release

    Nothing published for this version

  9. 0.79.0-nightly-20250116-843582b8b16 Jan 2025pre-release

    Nothing published for this version

  10. 0.78.39 Jul 2025
    Release notes

    ๐Ÿšจ 0.78.3 is the last release for this version. React Native 0.78 is now out of support ๐Ÿšจ

    Added

    Android specific

    • Gradle: RNGP - Add support for exclusiveEnterpriseRepository to specify an internal Maven mirror. (6cb8dc37c7 by @cortinico)

    Fixed

    • DevTools: Temporarily disable eager evaluation and live expressions in the console tab (07717b5275 by @huntie)
    • InteropLayer: Fixed adding child views to a native view using the interop layer (d53a60dd23 by @chrfalch)
    • Runtime: Align timer IDs and timer function argument error handling with web standards. (480a4642e5 by @kitten)

    Android specific

    iOS specific


    <!-- TODO Update these links for your release version --> Hermes 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 agreeOpen source โ†’
  11. 0.78.21 Apr 2025
    Release notes

    Changed

    • Deps: Metro minimum to 0.81.3, fix "_interopRequireDefault is not a function" (23c9dbc563 by @robhogan)

    Fixed

    Android specific

    iOS specific


    Hermes 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 agreeOpen source โ†’
  12. 0.78.119 Mar 2025
    Release notes

    โš ๏ธ We are aware of an incompatibility using resolver.unstable_enablePackageExports and the defaults from @react-native/metro-config. It will error with a redbox "interopRequireDefault is not a function". Set resolver.unstable_conditionNames = ['react-native'] to mitigate. It will be fixed in 0.78.2 โš ๏ธ

    Fixed

    • Deps: community-cli-plugin: resolve cli-server-api via peer dependency on cli (9ffbeadf8a by @robhogan)
    • DevTools: Fix disconnections of DevTools when the network is under significant strain (9e47ed9a20 by @vzaidman)

    Android specific

    iOS specific

    • Initialization: Call extraModulesForBridge callback in the New Architecture. (97adbd897f by @Bruno125)
    • Initialization: Added custom load js block in bridge mode (bdc83cb129 by @zhongwuzw)
    • Interop Layer: Properly pass nil for nullable parameters instead of NSNull for legacy modules (619d5dfbb2 by @cipolleschi)
    • TextInput: Fixes TextInput crashes when any text is entered while running as iOS app on apple silicon mac (282cdc9fb4 by @zhongwuzw)

    Hermes 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 agreeOpen source โ†’
  13. 0.78.019 Feb 2025
    Release notes

    Breaking

    • Codegen: Separate component array types and command array types (825492b199 by @elicwhite)
    • React Native devTools: The FuseboxClient.setClientMetadata CDP method is removed. Instead, use ReactNativeApplication.enable. (1a9780f0e3 by @huntie)

    Android specific

    iOS specific

    Added

    • C++: Added RawValue(Runtime*, jsi::Value&) constructor to make a RawValue from a jsi::Value. (03d2186ace by @hannojg)
    • Codegen: Include cxx modules in codegen schema (cf5ab03d43 by @elicwhite)
    • Deps: Add jest-diff v29.7.0 to devDependencies (b27bd00a38 by @andrewdacenko)
    • Logging: Add support for the second parameter of console.table to specify a list of columns to print in the table. (fd0894b1c7 by @rubennorte)
    • Logging: Add "jsEngine: hermes" to JS runtime Error prototype (85bdd75828 by Maddie Lord)
    • Metro: Add opt in for legacy Metro log streaming via --client-logs flag (86db4fa90b by @huntie)
    • Text: Added pointerEvents to TextProps type. (3efbe33ce0 by @hyochan)

    Android specific

    • ActivityIndicator: setting resource-id from the testID prop (87b1bad45e by @mateoguzmana)
    • Codegen: Fixing schema types for component command params of Arrays (25c673e357 by @elicwhite)
    • Gradle: Make the addition of JitPack repository configurable (a98528e609 by @cortinico)
    • Logging: SoftException categories (c832f94cf7 by Thomas Nardone)
    • Logging: Add logging in ReactInstanceManager.onHostPause when activity is incorrectly null (c2fd35a442 by Maddie Lord)
    • Runtime: Added getState method for StateWrapperImpl (ed36e896ac by @hannojg)

    iOS specific

    • Codegen: Add the source parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @cipolleschi)
    • Initialization: Implement ReactNativeFactory (081be01a5d by @okwasniewski)
    • Text: Support system font families (system-ui, ui-sans-serif, ui-serif, ui-monospace, and ui-rounded) on iOS (1763321c89 by @cxa)
    • TextInput: Integrate a new property - disableKeyboardShortcuts. It can disable the keyboard shortcuts on iPads. (0154372b93 by @rezkiy37)

    Changed

    Android specific

    iOS specific

    Removed

    Android specific

    Fixed

    Android specific

    iOS specific

    • C++: Exclude Android HorizontalScrollContentView cxx component code (4adaacb4f7 by @zhongwuzw)
    • Ccache: Fix ccache not found error exporting ccache binary path as Xcode user-defined setting to be used by ccache scripts (d31ac832c5 by @ste7en)
    • CocoaPods: Resolve "Your project does not explicitly specify the CocoaPods master specs repo" pod install warning (2f2281718a by @noway)
    • Image: Load images even when the extension is implicit (b9f418e9bc by @cipolleschi)
    • Initialization: Allow multiple RN instances to run at the same time (444c7d4eff by @cipolleschi)
    • InteropLayer: Avoid crashing the app when the InteropLayer can't find some methods in the native implementation (3bd3f101b9 by @cipolleschi)
    • InteropLayer: Properly handle null value in TurboModule Interop layer (ebfd7057af by @cipolleschi)
    • JSC: Fix Direct Debugging with JSC (b04d17afca by @Saadnajmi)
    • Keyboard: Enable/disable keyboard shortcuts only on iOS (8b0af4542e by @okwasniewski)
    • RefreshControl: Fix app becoming unresponsive when RefreshControl is used inside of <Modal /> (6cb2684b43 by @sammy-SC)
    • React Native DevTools: Restore "Paused in debugger" overlay icon (f30c46efbd by @robhogan)
    • Runtime: Emit didUpdateDimensions correctly (920867d949 by TobiasH)
    • Runtime: Fix applicationDidEnterBackground not being called (adaceba546 by @alextoudic)
    • Runtime: Fixed problem with accessory view & 3rd party libs (5fc582783d by @kirillzyusko)
    • Style: Dashed & dotted borders now work with overflow: hidden (1b88c5b429 by @joevilches)
    • Style: Fixed centerContent losing taps and causing jitter (fe7e97a2fd by @gaearon)
    • Xcode: Properly escape paths in Xcode build script used when bundling an app. (2fee13094b by @kraenhansen)

    Hermes 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 agreeOpen source โ†’
  14. 0.78.0-rc.513 Feb 2025pre-release
    Release notes

    ๐Ÿฅ‡ GOLDEN RC ๐Ÿฅ‡

    Stable release coming up next week.


    Added

    • Add opt in for legacy Metro log streaming via --client-logs flag (86db4fa90b by @huntie)

    Fixed

    iOS specific


    Hermes 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 โ†’
  15. 0.78.0-rc.411 Feb 2025pre-release
    Release notes

    Fixed

    Android specific

    iOS specific


    Hermes 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 โ†’
  16. 0.78.0-rc.33 Feb 2025pre-release
    Release notes

    Added

    iOS specific

    • Add the source parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @cipolleschi)

    Fixed

    Android specific


    Hermes 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 โ†’
  17. 0.78.0-rc.228 Jan 2025pre-release
    Release notes

    Fixed

    iOS specific


    Hermes 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 โ†’
  18. 0.78.0-rc.120 Jan 2025pre-release
    Release notes

    Changed

    iOS specific

    Fixed


    <!-- TODO Update these links for your release version --> Hermes 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 โ†’
  19. 0.78.0-rc.015 Jan 2025pre-release
    Release notes

    <!-- TODO Update these links for your release version --> Hermes 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. EOF

    Open source โ†’
  20. 0.78.0-nightly-20250120-22e76914720 Jan 2025pre-release

    Nothing published for this version

  21. 0.78.0-nightly-20250119-22e76914719 Jan 2025pre-release

    Nothing published for this version

  22. 0.78.0-nightly-20250118-22e76914718 Jan 2025pre-release

    Nothing published for this version

  23. 0.78.0-nightly-20250117-7278ff01d17 Jan 2025pre-release

    Nothing published for this version

  24. 0.78.0-nightly-20250115-3420eb87b15 Jan 2025pre-release

    Nothing published for this version

  25. 0.78.0-nightly-20250113-d4407d6f713 Jan 2025pre-release

    Nothing published for this version

  26. 0.78.0-nightly-20250113-83699228c13 Jan 2025pre-release

    Nothing published for this version

  27. 0.78.0-nightly-20250112-83699228c12 Jan 2025pre-release

    Nothing published for this version

  28. 0.78.0-nightly-20250111-83699228c11 Jan 2025pre-release

    Nothing published for this version

  29. 0.78.0-nightly-20250110-9b646c8b710 Jan 2025pre-release

    Nothing published for this version

  30. 0.78.0-nightly-20250109-cfec590f69 Jan 2025pre-release

    Nothing published for this version

  31. 0.78.0-nightly-20250108-ec72af4038 Jan 2025pre-release

    Nothing published for this version

  32. 0.78.0-nightly-20250107-c8552519b7 Jan 2025pre-release

    Nothing published for this version

  33. 0.78.0-nightly-20250106-e99b47ce46 Jan 2025pre-release

    Nothing published for this version

  34. 0.78.0-nightly-20250105-b867c01fa5 Jan 2025pre-release

    Nothing published for this version

  35. 0.78.0-nightly-20250104-a6e6f5e864 Jan 2025pre-release

    Nothing published for this version

  36. 0.78.0-nightly-20250103-3a7aed6ed3 Jan 2025pre-release

    Nothing published for this version

  37. 0.78.0-nightly-20250102-93117ea1b2 Jan 2025pre-release

    Nothing published for this version

  38. 0.78.0-nightly-20250101-93117ea1b1 Jan 2025pre-release

    Nothing published for this version

  39. 0.78.0-nightly-20241231-a3c8e213731 Dec 2024pre-release

    Nothing published for this version

  40. 0.78.0-nightly-20241230-85bdd758230 Dec 2024pre-release

    Nothing published for this version

  41. 0.78.0-nightly-20241229-85bdd758229 Dec 2024pre-release

    Nothing published for this version

  42. 0.78.0-nightly-20241228-85bdd758228 Dec 2024pre-release

    Nothing published for this version

  43. 0.78.0-nightly-20241227-fcf3c8cab27 Dec 2024pre-release

    Nothing published for this version

  44. 0.78.0-nightly-20241226-fcf3c8cab26 Dec 2024pre-release

    Nothing published for this version

  45. 0.78.0-nightly-20241225-fcf3c8cab25 Dec 2024pre-release

    Nothing published for this version

  46. 0.78.0-nightly-20241224-974fdf9a324 Dec 2024pre-release

    Nothing published for this version

  47. 0.78.0-nightly-20241223-5b6e35afd23 Dec 2024pre-release

    Nothing published for this version

  48. 0.78.0-nightly-20241222-5b6e35afd22 Dec 2024pre-release

    Nothing published for this version

  49. 0.78.0-nightly-20241221-66342d3cc21 Dec 2024pre-release

    Nothing published for this version

  50. 0.78.0-nightly-20241220-23eb06f6620 Dec 2024pre-release

    Nothing published for this version

  51. 0.78.0-nightly-20241219-b8f3f919c19 Dec 2024pre-release

    Nothing published for this version

  52. 0.78.0-nightly-20241218-f8119fc5218 Dec 2024pre-release

    Nothing published for this version

  53. 0.78.0-nightly-20241217-03a1246c317 Dec 2024pre-release

    Nothing published for this version

  54. 0.78.0-nightly-20241216-2fee1309416 Dec 2024pre-release

    Nothing published for this version

  55. 0.78.0-nightly-20241215-00c7174c215 Dec 2024pre-release

    Nothing published for this version

  56. 0.78.0-nightly-20241214-00c7174c214 Dec 2024pre-release

    Nothing published for this version

  57. 0.78.0-nightly-20241213-06751aa0d13 Dec 2024pre-release

    Nothing published for this version

  58. 0.78.0-nightly-20241212-7000b9b7612 Dec 2024pre-release

    Nothing published for this version

  59. 0.78.0-nightly-20241211-7d771de8a11 Dec 2024pre-release

    Nothing published for this version

  60. 0.78.0-nightly-20241210-6d235853f10 Dec 2024pre-release

    Nothing published for this version