React Native 0.86 - 边到边和 DevTools 改进,无破坏性变更
今天我们很高兴发布 React Native 0.86!
此版本包括在 Android 15+ 上的全面边到边支持,以及对 React Native DevTools 的改进。
继 0.83 之后,这是第二个没有面向用户的破坏性变更的 React Native 版本,体现了我们持续致力于让升级更加可预测且无缝。
今天我们很高兴发布 React Native 0.86!
此版本包括在 Android 15+ 上的全面边到边支持,以及对 React Native DevTools 的改进。
继 0.83 之后,这是第二个没有面向用户的破坏性变更的 React Native 版本,体现了我们持续致力于让升级更加可预测且无缝。
React Native has always focused on helping developers reuse knowledge across platforms. What started with Android and iOS has steadily expanded to Apple TV, Windows, macOS, and even the web with react-strict-dom. In 2021, the Many Platform Vision post outlined a future where React Native could adapt to new devices and form factors without fragmenting the ecosystem.
At React Conf 2025, we took another step toward that vision by announcing official React Native support for Meta Quest devices. This post focuses on how to get started with React Native on Meta Quest, what works today, and how developers can build and ship VR apps using familiar tools and patterns.
Today we're excited to release React Native 0.84!
This release makes Hermes V1 the default JavaScript engine, bringing significant performance improvements to all React Native apps. We've also continued removing the Legacy Architecture on both iOS and Android, and are shipping precompiled iOS binaries by default.
今天我们很高兴发布 React Native 0.83!
该版本包含 React 19.2,为 React Native DevTools 带来了显著的新功能,并支持 Web Performance 和 Intersection Observer API(Canary)。这也是首个没有用户可感知破坏性变更的 React Native 版本。
今天我们很高兴发布 React Native 0.82:第一版完全运行在新架构(New Architecture)上的 React Native。
这是 React Native 的一个里程碑版本,我们相信这是一个新纪元的开始。在未来的版本中,我们将移除遗留架构(Legacy Architecture)中的剩余代码,以减少安装包大小并简化代码库。
此外,0.82 还推出了实验性的 Hermes 新版本 Hermes V1 的可选支持。我们也通过升级 React 版本到 19.1.1 启用多个 React 新功能,并加入了对 DOM Node API 的支持。
Today we’re excited to release React Native 0.81!
This release supports Android 16 (API level 36) and includes several stability improvements and bug fixes, while also experimentally supporting faster iOS builds through precompilation.
今天我们很高兴发布 React Native 0.80 版本!
本次发布将 React Native 内置的 React 版本升级到最新的稳定版本:19.1.0。
我们还对 JS API 进行了系列稳定性改进:深度导入(deep imports)现在会触发警告,并且新增了一个可选的严格 TypeScript API,提供更准确且更安全的类型定义。
此外,React Native 的旧架构(Legacy Architecture)现已正式冻结,你将开始看到针对那些将在旧架构被完全废弃后失效的 API 的警告。
在 React Native 0.80 版本中,我们引入了 React Native JavaScript API 的两项重要变更——弃用深度导入以及我们的新 Strict TypeScript API。这些都是为精确定义我们的 API 并为用户和框架提供可靠的类型安全所做的持续努力的一部分。
快速摘要:
react-native 包的深度导入引入弃用警告。tsconfig.json 中的 compilerOptions 进行[选择启用]。今天我们很高兴发布 React Native 0.79!
该版本在多个方面带来了性能提升,并修复了若干问题。首先,得益于延迟哈希,Metro 启动速度更快,并且对 package exports 提供了稳定支持。Android 启动时间也将因为 JS Bundle 压缩方式的改变等诸多优化而得到提升。