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

栏目: 软件资讯 · 发布时间: 6年前

内容简介: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


    【声明】文章转载自:开源中国社区 [http://www.oschina.net]


    以上所述就是小编给大家介绍的《React Native 0.57.4 发布,使用 React 编写原生应用的框架》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

    查看所有标签

    猜你喜欢:

    本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

    移动Web手册

    移动Web手册

    Peter-Paul Koch(彼得-保罗 科赫) / 奇舞团 / 电子工业出版社 / 2015-4 / 65.00元

    《移动Web手册(双色)》主要讲解了移动Web开发和传统PC网站开发的不同之处。作者首先对移动互联网相关的运营商、设备、操作系统和软件进行了简单的介绍,让读者理解移动开发的复杂之处。接下来对移动设备上的各种浏览器进行了详细介绍,以及这些浏览器的市场占有率、特性支持等。《移动Web手册(双色)》为那些想进入移动Web开发领域的人提供了一些指导性的建议并对移动Web开发的未来进行了展望。 《移动......一起来看看 《移动Web手册》 这本书的介绍吧!

    CSS 压缩/解压工具
    CSS 压缩/解压工具

    在线压缩/解压 CSS 代码

    正则表达式在线测试
    正则表达式在线测试

    正则表达式在线测试