> [NavigatorIOS](http://facebook.github.io/react-native/docs/navigatorios.html#content)
## 属性
| 名称 | 类型 | 意义 | 默认值 |
| --- | --- | --- | --- |
| 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 | 设置导航栏是否半透明 | 无 |
- 前言
- react-native试玩(1)
- react-native试玩(2)
- (3)-窥探开发者选项
- (4)-新建项目
- (5)-小菊花控件
- (6)-日期选择控件
- (7)-图片控件
- (8)-列表视图
- (9)-地图视图
- (10)-导航栏
- (11)-模态
- (12)-iOS中导航栏
- (13)-选择控件
- (14)-iOS中进度栏
- (15)-滚动视图
- (16)-iOS分段控制控件
- (17)-iOS中的滑动条
- (18)-开关控件
- (19)-分页栏
- (20)-分页栏中的元素
- (21)-文本控件
- (22)-文本输入框
- (23)-触摸高亮
- (24)-触摸模糊
- (25)-触摸无反馈
- (26)-网页视图
- (27)-上拉菜单API
- (28)-弹出框API
- (29)-React Native Playground
- (30)-应用状态API
- (31)-访问相册API
- (32)-推送通知API
- (33)-状态栏API
- (34)-配置Android开发环境
- (35)-react-native-icons插件