QRN 1.6.0
2016.12.13
对应大客户端版本
iOS: 80011128 Android: 60001154
General
New feature and enhancements
- 增加了
qrn_tool
工具,用来解决Qunar React Native
工程中node
模块版本依赖混乱、Qunar React Native
框架更新不及时等棘手问题。查看详细 - 优化了首次进入页面的加载速度和
QRN
的scrollView
,业务JS可以通过修改来进一步减少首次的等待时间。查看详细
JS
New feature and enhancements
- 优化业务js加载速度
ScrollView
优化回弹和减速时的效率ListView
添加 onLayout 属性InfiniteListView
添加 onLayout 属性InfiniteListView
优化首屏渲染速度
iOS
Bugfixes
- Fix
Image
组件在图片没有加载完成时取消加载可能导致的-[RCTImageLoader dequeueTask]_block_invoke
崩溃
Android
Bugfixes
- Fix
SchemeModule
因不支持传统Bean
解析而抛出的异常,并简单兼容返给JS消息
New feature and enhancements
- 重构
HotDog
请求接口,去掉冗余代码 - 优化
ExperimentalListView
组件的sticky header
性能