2018.08.21 RN 0.48.1
iOS: 80011161
Android: 60001224
MeasureText
增加 js 端封装;QRCTViewController
上设置右滑返回功能出现crash的问题独立客户端要升级到该版本时,必须将 qrn_independent
一并进行升级,否则将产生状态栏不匹配的问题
compile ('com.qunar.spider:qrn_lib:3.7.0.0@aar') {
transitive=true
}
compile ('com.qunar.spider:yrn_core:3.7.0.0@aar') {
transitive=true
exclude group: 'com.google.code.findbugs', module: 'jsr305'
}
compile 'com.qunar.spider:qrn_independent:3.7.0.0@aar'
MeasureText
增加 js 端封装;StatusBar
支持 setStyle
接口,用于设置状态栏颜色(API >= 23
);LoadControl
的 style
项不起作用的问题。Ext
添加状态栏显示开关,通过配置 navBar.isImmersive (默认为false)
参数可以控制占位状态栏的显示;