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.75.42 Oct 2024
Release notes
Open source →Fixed
Android specific
- Fix Headless Crash
Tried to finish non-existent task with id(56a282c44d by @RodolfoGS) - TextInput's
contextMenuHiddenprop bug fix (366f1d0df3 by @alanleedev) - RNGP - Sanitize the output of the config command (0265ea0577 by @cortinico)
iOS specific
- Convert
NSNulltonilbefore checkingtypeinreadAsDataURL(99ab845a5c by @haileyok) - Add back the BUNDLE_COMMAND (afd74ad89d by @Vin-Xi)
- Use CONFIG_CMD if set (a4ec49cbe6 by @krystofwoldrich)
- App crash happening when navigate to a new app screen with a displaying modal (8ec672204d by @zhouzh1)
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.
- Fix Headless Crash
- 0.75.311 Sept 2024
Release notes
Open source →Changed
- Infra: Remove resolution and add commander as devDependency for the monorepo (cf7b9b9486 by @cipolleschi)
- CLI: Bump CLI to 14.1.0 (6a08c38263 by @cipolleschi)
Fixed
- TypeScript: Allow readonly array type for transform property (c16defaff2 by @tjzel)
Android specific
- Autolinking: Fix autolinking issues for Pure C++ TurboModules (833c3a2cf5 by @hsjoberg)
- Renderer: Don't use mGapBetweenPaths if not drawing a border (8501b6396b by @knappam)
- Image: Make getUri and isResource open (8c81ffa60a by @shubhamguptadream11)
- RGNP: Remove unnecessary dependency on
gradle-tooling-api-builders- serviceOf failure (1067798a7e by @cortinico)
iOS specific
- Infra: Include x86_64 slice when building for visionOS simulator (05dec917f2 by @okwasniewski)
- Infra: Support bundle install from outside the ios folder using --project-directory (b22970e3cf by @blakef)
- Codegen: Codegen will start looking for codegen-enabled dependencies from the project root. (46d17efa62 by @dmytrorykun)
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.
- 0.75.220 Aug 2024
Release notes
Open source →Added
Android specific
- codegen: Add support for handling
com.facebook.react.bridge.Dynamicas parameter for TurboModules (45cd81706d by @cortinico)
Changed
Android specific
- ReactRootView: Replaced
mLastHeightwithmVisibleViewArea.height()since mLastHeight value is not getting updated. Forwidthwe are already usingmVisibleViewArea.width()(603eb94dd9 by @shubhamguptadream11)
Removed
iOS specific
- RCTBaseTextInputView: UIReturnKeyDefault (26aff664c0 by @elencho)
Fixed
- codegen: scripts require
yargs(0979921850 by @tido64)
Android specific
- ImageSource:
openfor inheritance (02d9979c32 by @cortinico)
<!-- 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.
- codegen: Add support for handling
- 0.75.115 Aug 2024
Release notes
Open source →v0.75.1
Changed
- Bump Hermes version (f202e80177 by @cortinico)
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.
- 0.75.014 Aug 2024
Release notes
Open source →0.75 stable is out!
This release includes over 1491 commits from 165 contributors! Thank you to all our contributors new and old! See the highlights of the release in our release blog post.
<!-- 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
- 0.75.0-rc.76 Aug 2024pre-release
Release notes
Open source →Changed
- feat: update CLI to 14.0.0 (b62bfcd561 by @szymonrybczak)
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 ⚛️
You can find the whole changelog history in the changelog.md file.
- 0.75.0-rc.622 Jul 2024pre-release
Release notes
Open source →Added
Android specific
- Make
rrc_textinputon Android a shared library (ea8ad6457c by @j-piasecki)
Changed
- Upgrade
react-native-community/clito13.6.9(353d88d54e by @szymonrybczak)
Fixed
- Remove setting of process.exitCode that breaks Jest tests (e42932cfc6 by @douglowder)
- Allow proxying commands from react-native to react-native-community/cli with explicit warning (9aed45a9d9 by @blakef)
Android specific
- [0.75] Fix core autolinking not working on Windows (c8cb3d4a59 by @cortinico)
- Fix broken build of RNGP due to complex cherry-pick (51156fd3b2 by @cortinico)
iOS specific
- Fix error on handling privacy manifest (c24929c5f4 by @cxa)
- Building of iOS project when RCTAppDelegate is used in the project (be93092c1b by @nikhiltekwani09)
- Do not use temporary node when creating the .xcode.env.local (8408b8bc96 by @cipolleschi)
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.
- Make
- 0.75.0-rc.515 Jul 2024pre-release
Release notes
Open source →Breaking
Android specific
- Undo a breaking change with ResourceDrawableIdHelper.instance (3f8340975b by @cortinico)
- Undo a breaking change with I18nUtil.instance (221755c495 by @cortinico)
- Undo breaking change for ReadableMap.entryIterator for Kotlin consumers (b24d47a9a7 by @cortinico)
- Undo breaking change on Dynamic.type and Dynamic.isNull (5e31b45fc7 by @cortinico)
- Undo breaking change on
CatalystInstance.getJsCallInvokerHolder(2ea9c360dc by @cortinico)
Added
Android specific
- Expose prefabs for newly added targets (c16761da83 by @WoLewicki)
iOS specific
- Libraries can now declare Swift Package Manager dependencies in their .podspec with
ReactNativePodsUtils.spm_dependency(f903f34837 by @mfazekas)
Fixed
- Fix Platform.constants.reactNativeVersion type (95d9cdf228 by @NickGerleman)
- Fixed prioritization of idle priority tasks (0ca3ed87f3 by @rubennorte)
Android specific
- If
npx react-native-community/cli configfails or timeouts proper error is shown and built is aborted, instead of leaving and empty autolinking.json (3782511350 by @mfazekas)
iOS specific
- Make sure to pass the RCTBridgeProxy to ViewManagers (d6c90cf7ed by @cipolleschi)
- Implement shared atomic counters and replace static integers in
RCTImageLoaderandRCTNetworkTaskthat were accessed concurrently, which in some cases lead to data races. (ffc16fc18b by @hakonk)
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.75.0-rc.48 Jul 2024pre-release
Release notes
Open source →Fixed
Android specific
- Fix dynamic_cast (RTTI) for ShadowNodeWrapper when accessed by third-party libraries again (ea958c69f6 by @tomekzaw)
- Fixed build from source failing due to a missing file (b2898540c9 by @j-piasecki)
- Use
JvmStaticannotations for all methods fromAndroidUnicodeUtils.kt(54dadd7bda by @WoLewicki)
Changed
General
- Upgrade[react-devtools-core]: ^5.3.1 (2617ec5570 by @hoxyq)
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.75.0-rc.31 Jul 2024pre-release
Release notes
Open source →You can try it in a new project as follows:
npx react-native@next init RN075 --version next
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.
- 0.75.0-rc.226 Jun 2024pre-release
Release notes
Open source →You can try it in a new project as follows:
npx react-native@next init RN075 --version next
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 ⚛️
You can find the whole changelog history in the changelog.md file.
Please note that React Native
0.75.0-rc.0and0.75.0-rc.1were published to NPM but due to issues with@react-native-community/cliand@react-native-community/templatewe don't consider them stable, hence they're not listed on GitHub - 0.75.0-rc.125 Jun 2024pre-release
Nothing published for this version
- 0.75.0-rc.018 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240618-5df5ed1a818 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240617-9435097b117 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240616-2f8d4f0c216 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240615-2f8d4f0c215 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240614-8b53d41a814 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240613-f7aea0c8e13 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240612-fd618819c12 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240611-5b3a3214211 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240610-ced07621010 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240610-6937c704410 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240609-2483c63019 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240608-61de7da038 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240606-cf8b25ead6 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240606-4324f08746 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240605-a569c82eb5 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240605-TEMP5 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240604-744024be74 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240603-a6a7cdf0b3 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240602-033a55f7f2 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240601-033a55f7f1 Jun 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240531-c046198cc31 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240530-0bea4cd0c30 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240529-5fbebb48529 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240528-a93a15aca28 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240527-c207708c427 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240526-a908387b726 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240525-840c31c3a25 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240524-91d12d9b924 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240523-1343313dc23 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240522-95de14dc522 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240521-644facd1921 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240520-2a96dba0720 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240519-93c079b9219 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240518-93c079b9218 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240517-044aadbaf17 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240516-1aabefc5b16 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240515-ad4c39ec915 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240514-734ac42d614 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240512-a37111a4d12 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240511-3f17c8b5f11 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240510-1db50a37d10 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240509-f4996e0b69 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240508-88ab1ceea8 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240507-be09d12667 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240506-362abb9ff6 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240505-a881b51fe5 May 2024pre-release
Nothing published for this version
- 0.75.0-nightly-20240505-362abb9ff5 May 2024pre-release
Nothing published for this version