React Native 0.75.2 现已发布,具体更新内容如下:
Added
Android specific
- codegen:添加对
com.facebook.react.bridge.Dynamic
作为 TurboModules 参数的处理支持( 45cd81706d)
Changed
Android specific
- ReactRootView:用
mVisibleViewArea.height()
代替mLastHeight
,因为mLastHeight
值不会更新。对于width
,已经使用了mVisibleViewArea.width()
替换。(@shubhamguptadream11)
Removed
iOS specific
- RCTBaseTextInputView: UIReturnKeyDefault (26aff664c0)
Fixed
- codegen:脚本需要
yargs
(0979921850)
Android specific
- ImageSource:
open
for inheritance(02d9979c32)
更新说明:https://github.com/facebook/react-native/releases/tag/v0.75.2