Gradle Plugin for React Native
Last release 2 days ago
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
1159 releases · first in 2022
Release timeline
1159 releases since 2022Releases
- 0.74.0-nightly-20231104-d077239ff4 Nov 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231103-9b613855e3 Nov 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231102-9240d51602 Nov 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231101-0f8a83eb41 Nov 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231031-572dd76ba31 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231030-a4a8695ce30 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231029-118e651bc29 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231028-118e651bc28 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231027-118e651bc27 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231026-6b3289bc726 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231025-97647d11825 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231024-b5dae017f24 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231023-1923a4e2f23 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231022-02397763f22 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231021-02397763f21 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231020-a1299938a20 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231019-30b9b01e619 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231018-191c3deae18 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231017-81ae532dd17 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231016-44660019e16 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231015-a2f11895c15 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231014-a2f11895c14 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231013-a030224d113 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231012-8f7ffc4d512 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231012-02e53ebc412 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231012-02957718d12 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231011-fb194788c11 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231010-7b7f1289610 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231009-ec1de61949 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231008-60f5a80c18 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231007-60f5a80c17 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231006-60f5a80c16 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231005-1b9b13a7b5 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231004-2000acc6c4 Oct 2023pre-release
Nothing published for this version
- 0.74.0-nightly-20231003-5dedf277c3 Oct 2023pre-release
Nothing published for this version
- 0.73.58 Oct 2024
Release notes
Open source →Changelog
Security
- Update CLI to 12.3.6 (ffcd8f5249 by @szymonrybczak)
Changed
- Hermes bump (3bdd54a51c by @lunaleaps)
Fixed
- Fix: fix codegen not finding all third-party libraries (67e2bb455f by @tido64)
- Fix compiler flags passed to libraries (929df582c8 by @cipolleschi)
How to Test
Generate a new project:
<!-- TODO Update with your version -->
npx react-native@next init RN0735RC1 --version 0.73.5
-
To help you upgrade to this version, you can use the upgrade helper ⚛️
-
See changes from this release in the changelog
<!-- TODO Update this --> Hermes dSYMS:
Help us testing 🧪
<!-- TODO Add the call to action for something specific that we want folks to test --> If you experience a regression, please file an Upgrade issue and file a pick request in the appropriate discussion: https://github.com/reactwg/react-native-releases/discussions/
- 0.73.427 Nov 2023
Release notes
Open source →v0.73.4
Fixed
- Fix: cannot find module
react-native-*/Libraries/Core/InitializeCore(562447be47 by @tido64)
Android
- Ignore the one-time NullPointerException and print error log (ca9b6b5038)
iOS
- Fix warning when loading RCTUIManager and A11yManager (f56bf1fa0a by @cipolleschi)
You can participate in the conversation on the status of this release in this discussion
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the CHANGELOG.md file.
- Fix: cannot find module
- 0.73.36 Nov 2023
Release notes
Open source →Fixed
Added
iOS specific
- Handle TSAsExpression when looking for the codegen declaration (02957718d7 by @dmytrorykun)
Changed
- Bump CLI to 12.3.2 (bcb229e8f8 by @szymonrybczak)
Android specific
- Call super.onRequestPermissionsResult in ReactActivity's onRequestPermissionsResult() (96ed1190c6 by @LimAlbert)
iOS specific
- Remove ATS config patch from react_native_post_install (41c601e478 by @gabrieldonadel)
Fixed
- Declare missing dependency
chalk(9155e2d182 by @tido64) - TouchableBounce, TouchableHighlight and TouchableNativeFeedback dropping touches with React 18. (e4708d661b by @sammy-SC)
- TouchableWithoutFeedback and TouchableOpacity dropping touches with React 18. (54166342f0 by @sammy-SC)
iOS specific
- Restrict Cocoapods versions < 1.15. (3869ae4d80 by @blakef)
- Make
RCTDeviceInfolisten to invalidate events and unregister observers while invalidating the bridge (d46d80d2ef by @cipolleschi) - Fix support for SOURCEMAP_FILE path containing spaces (63e893d23d by @paulschreiber)
- Fix release build error due to a casing issue in hermes tarball path after download prebuilt tarball (2e2f8a6689 by @wfern)
- Fix race condition between A11yManager and UIManager (f39f34ed82 by @cipolleschi)
- Fix symbol not found _jump_fcontext with use_frameworks (a2771ce58a by @cipolleschi)
You can participate in the conversation on the status of this release in this discussion
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the CHANGELOG.md file.
- 0.73.219 Oct 2023
Release notes
Open source →Added
- Unhandled promise rejection - attach non-standard Error object stack info if possible (655b12dbfa by @ospfranco)
Changed
- Bump Metro to ^v0.80.3 (16dff523b0 by @huntie)
- Automatically reconnect to an existing debugger session on relaunching the app (0806ad7854 by @motiz88)
iOS specific
- Update ios pod post_install logic for detecting if hermes is enabled (d6163d7f43 by @gabrieldonadel)
Fixed
- Fix comment about adding packages in android template (ac9b87cd57 by @janicduplessis)
- Fix boost download url (7e721f09ad by @cipolleschi)
- Removed invalid translations that prevented Play Store publishes. Fixes https://github.com/facebook/react-native/issues/42024 (8edc36e33c by @lunaleaps)
iOS specific
- Fix horizontal scrollview scrollTo coordinate space in RTL on oldarch (e809e0aca7 by @NickGerleman)
- enhance IP address retrieval for iOS devices in Metro bundler setup (9f28616650 by @Morritz)
You can participate in the conversation on the status of this release in this discussion
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the CHANGELOG.md file.
- 0.73.127 Sept 2023
Release notes
Open source →Added
- Add
enableNetworkInspectorexperiment to enable Network panel and CDP handlers in inspector proxy (8ef807bfb2 by @byCedric)
Changed
- Chore: bump CLI to 12.3.0 (dff11ab993 by @szymonrybczak)
Fixed
- Fix last spacer constrain logic in VirtualizedList (3ed4bf9046 by @janicduplessis)
Android specific
- Fix type for unrecognisable field mBinding (31d8a93bf3 by @piaskowyk)
iOS specific
- Fix NSAppTransportSecurity being overwritten during pod install (a0b76d90b7 by @robertying)
You can participate in the conversation on the status of this release in this discussion
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file.
- Add
- 0.73.030 Mar 2023
Release notes
Open source →<!-- Template for GitHub stable release -->
0.73 stable is out!
This release includes over 2259 commits from 68 contributors! Thank you to all our contributors new and old! See the highlights of the release in our release blog post.
You can participate in the conversation on the status of this release in this discussion
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file.
- 0.73.0-nightly-20231002-0371014a32 Oct 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20231001-d95433f821 Oct 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230930-df492cc4e30 Sept 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230929-6635474e329 Sept 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230928-8e36cc02928 Sept 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230926-aa1dffbb426 Sept 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230926-27b631e5b26 Sept 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230925-2de964cfd25 Sept 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230924-030663bb024 Sept 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230923-29f62a41b23 Sept 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230922-353b31c7d22 Sept 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230922-2fb4547aa22 Sept 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230918-1ac3dab6e18 Sept 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230915-850e5504215 Sept 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230912-0e5ea289012 Sept 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230814-a978d343a14 Aug 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230811-68c7cfe6211 Aug 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230810-85eb2c95d10 Aug 2023pre-release
Nothing published for this version
- 0.73.0-nightly-20230808-93d9248e08 Aug 2023pre-release
Nothing published for this version