react-native试玩(12)-iOS中导航栏

前端之家收集整理的这篇文章主要介绍了react-native试玩(12)-iOS中导航栏前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

NavigatorIOS

属性

名称 类型 意义 默认值
barTintColor string 导航栏的背景颜色
initialRoute {component: function,title: string,passProps: object,backButtonIcon: Image.propTypes.source,backButtonTitle: string,leftButtonIcon: Image.propTypes.source,leftButtonTitle: string,onLeftButtonPress: function,rightButtonIcon: Image.propTypes.source,rightButtonTitle: string,onRightButtonPress: function,wrapperStyle: [object Object]} 一个route代表一个子视图
itemWrapperStyle style 导航栏的样式
navigationBarHidden bool 设置导航栏是否隐藏 false
shadowHidden bool 是否隐藏1个像素的阴影部分(可能是导航栏的特殊地方)
tintColor string 导航栏上button颜色
titleTextColor string 导航栏上文本的颜色
translucent bool 设置导航栏是否半透明
原文链接:https://www.f2er.com/react/307767.html

猜你在找的React相关文章