## NavigationBar

### API

| 属性              | 默认值       | 说明                                       |
| --------------- | --------- | ---------------------------------------- |
| title           |           | 标题                                       |
| leftView        |           |                                          |
| rightView       |           |                                          |
| type            | 'auto'    | ['ios', 'android', 'auto']               |
| tintColor       |           |                                          |
| statusBarStyle  | 'default' | ['default', 'light-content'] **IOS Only** |
| statusBarColor  |           | 默认为导航栏背景色                                |
| statusBarHidden | false     | 隐藏状态栏                                    |
| statusBarInsets | true      | 自动为状态栏留出空间（20pt 高度）                      |

### 内部组件

| 组件         | 说明             |
| ---------- | -------------- |
| Title      | 标题             |
| BackButton | 返回按钮           |
| IconButton | 图标按钮           |
| LinkButton | 链接文字按钮         |
| Button     | 按钮，上面的按钮都继承该组件 |

![navigation-bar](screenshots/navigation-bar.png)

### Demo

[示例代码](../views/NavigtionBarExample.js)