内容简介: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
Add deprecation notice to SwipeableListView (99471f8 by @TheSavior)
Android specific changes
Consolidate native dependencies versions (ba608a2 by @dulmandakh)
bump okhttp3 to 3.11 (10fc548 by @dulmandakh)
Android: Send metrics in onTextLayout events (737f937 by @mmmulani)
Use TextLegend example in Android as well (335927d by @mmmulani)
iOS specific changes
Bump xcode@1.0.0 (b951499 by @peat-psuwit)
Text: send metrics after rendering (iOS) (64a5253 by @mmmulani)
Allow specifying iOS version for run-ios with simulator option (0fab27c by @elyalvarado)
Relax the requirement that lazy module cannot be initialized on the main thread (dbc864c by @spredolac)
Fixed: bugs that have been resolved
Fix pull to refresh refresh component clipping on Android (8a3a0ad by Andy Huang)
Android specific fixes
reverted Update bad method
Fix accessibility role crash (139559f by Haseeb Saeed)
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
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 编写原生应用的框架》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Micronaut 2.0.0 发布,原生云原生微服务框架
- 原生JavaScript之完美运动框架
- NativeScript 8.0 发布,跨平台原生应用框架
- 基于Kubernetes的原生Serverless框架Kubeless实践
- 详解 mpvue 小程序框架 及和原生的差异
- NativeScript 6.5.0 发布,跨平台原生应用框架
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
iOS Web应用开发
皮基 (Andrea Picchi) / 罗晴明 / 人民邮电出版社 / 2013-8-1 / CNY 79.00
本书介绍了如何使用Web标准技术来为iPhone和iPad制作Web应用。书中利用最前沿的Web和移动技术,演示了如何使用HTML5来完成繁重的基础工作,如何使用CSS3来制作外观,以及如何使用JavaScript来为移动网站或Web应用添加程序逻辑。 通过阅读本书,读者可以掌握面向移动的项目的开发流程。作者逐章递进,引导读者了解iOS设计与开发的各个步骤。读者可以学习到如下知识: 设......一起来看看 《iOS Web应用开发》 这本书的介绍吧!