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.80 版本中,我们引入了 React Native JavaScript API 的两项重要变更——弃用深度导入以及我们的新 Strict TypeScript API。这些都是为精确定义我们的 API 并为用户和框架提供可靠的类型安全所做的持续努力的一部分。
快速摘要:
react-native 包的深度导入引入弃用警告。tsconfig.json 中的 compilerOptions 进行[选择启用]。React Native 0.76 默认启用的新架构现已在 npm 上可用!
在0.76 版本博客文章中,我们分享了该版本中的一系列重要变化。在本文中,我们将概述新架构及其如何塑造 React Native 的未来。
新架构全面支持现代 React 特性,包括 Suspense、Transitions、自动批处理 和 useLayoutEffect。新架构还包含了新的 Native Module 和 Native Component 系统,使您能够编写具有类型安全的代码,直接访问原生接口而无需桥接。
这次发布是 React Native 自 2018 年以来全面重写的成果,我们特别注意使新架构成为大多数应用的渐进式迁移。2021 年,我们创建了新架构工作组,与社区合作保证整个 React 生态系统的平滑升级体验。
大多数应用能够以跟其他版本相同的努力采用 React Native 0.76。最受欢迎的 React Native 库已经支持了新架构。新架构还包含了一个自动互操作层,用于实现与旧架构库的向后兼容。
经过多年疫情和线上活动,我们真的觉得是时候让 React Native 的核心贡献者聚在一起了!
因此,在九月初,我们聚集了一些活跃的 React Native 核心贡献者、库维护者,以及 Meta 的 React Native 和 Metro 团队,举办了核心贡献者峰会 2022。本次峰会由 Callstack 在其位于波兰弗罗茨瓦夫的总部举办,作为同期举行的 React Native EU 会议的一部分。
我们与 React Native 核心团队一起设计了一系列工作坊,供参会者参与。议题包括:
这两天里我们对丰富的知识分享和协作印象深刻。在这篇博文中,我们想带你提前了解这次聚会的成果。
虽然我们仍然对 React Native 0.67 发布 感到兴奋,但我们想花点时间来庆祝社区在过去半年的成就,并分享 React Native 未来的展望。
大家新年好!今天我们宣布最新版本 React Native 0.67.0,同时分享过去几个月我们在发布流程上的一些改进。
今天我们发布了 React Native v0.66,支持 Android 12 和 iOS 15,同时修复了若干问题并进行了常规更新。