React Native 0.74.2 现已发布,具体更新内容如下:
Changed
- 已将
typescript-eslint
monorepo 更新至v7
(91d725136e) - 升级 CLI 至
13.6.8
(335f6ed833)
Fixed
- 当 CLI 使用缓存的
npx
版本时,仅在init
命令中发出警告 (b98c5b960c) - 在创建组件时未应用
TextInput
中的selection
prop(be09d12667)
Android specific
- 修复了在
ReactHost.destroy()
之后的 danglingmAttachedSurfaces
问题 (c70d791036) - 仅当 Context 为 null 时,ReactHostImpl 中才会出现 ReactSoftExceptions (ac3261ff60)
iOS specific
- 由于没有
NSPrivacyAccessedAPITypes
密钥,Privacy Manifest aggregation 失败(fc4e099920) - 在隐私清单安装后脚本中,处理文件引用没有路径的情况(4ad65ac59a by @robertying)
- 修复了
selectionColor
prop 未应用于TextInput
组件的问题。(2bde626a9f)
更新说明:https://github.com/facebook/react-native/releases/tag/v0.74.2