设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

React Native 0.57.4发布,使用React编写原生应用的框架

2018-10-26 13:13| 发布者: joejoe0332| 查看: 377| 评论: 0|原作者: oschina|来自: oschina

摘要: React Native 0.57.4 已发布!要注意的是,当升级到这个版本时,至少需要将react 和 react-test-renderer升级到 "16.6.0-alpha.8af6728",这是为即将到来的 React 16.6.0 的"first class support" 做准备。更新内容 ...

React Native 0.57.4 已发布

要注意的是,当升级到这个版本时,至少需要将 react 和 react-test-renderer 升级到 "16.6.0-alpha.8af6728",这是为即将到来的 React 16.6.0 的 "first class support" 做准备。

更新内容:

Added: new features

Android specific additions

  • Android textTransform style support (22cf5dc by Stephen Cook)

Changes: existing functionality that is now different

Android specific changes

iOS specific changes

Fixed: bugs that have been resolved

  • Fix crashes on invalid regex (298f14d by @RSNara)

  • Fix pull to refresh refresh component clipping on Android (8a3a0ad by Andy Huang)

  • ListView requestAnimationFrame leak (70b5eb3 by @exced)

Android specific fixes

  • reverted Update bad method

  • Fix accessibility role crash (139559f by Haseeb Saeed)

  • Fix accessibilityRole value lookup (1f96ff6 by @ayc1)

  • Fix DynamicFromMap object pool synchronization (b0d68c0 by @haitaoli)

  • Back out "[react-native][pr] Rounded corner rendering fixed on Android N." (bb407fa by Jonathan Lee)

  • Fix onTextLayout metrics on Android when using alignText (1c240ae by @mmmulani)

  • Cleaning up imports in ViewGroupManager (082a869 by @mdvacca)

iOS specific fixes

  • Fix issue when inserting text at 0 when maxLength is set (36507e4 by @ejanzer)

Removed: features that have been removed; these are breaking

Known issues

There are a few issues that don't have a finalized solution (as it happens for 0.x projects). In particular, when using Xcode 10 and react-native init, your build may fail due to third-party build steps (#20774). There is a commit we are planning to cherry pick in a future release that should help - in the meantime, you should be able to run these commands from the project folder to fix the issue (you should need to do it only once per project):

$ cd node_modules/react-native
$ scripts/ios-install-third-party.sh
$ cd third-party/glog-0.3.5/
$ ../../scripts/ios-configure-glog.sh

源码下载 https://github.com/facebook/react-native/releases/tag/v0.57.4


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部