> [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插件