diff --git a/Example/Example.js b/Example/Example.js
index b8840dd46..97783a69f 100644
--- a/Example/Example.js
+++ b/Example/Example.js
@@ -60,7 +60,7 @@ export default class Example extends React.Component {
-
+
alert("Right button")} rightTitle="Right" />
diff --git a/README.md b/README.md
index e49704c45..46c386bf7 100644
--- a/README.md
+++ b/README.md
@@ -176,7 +176,7 @@ export default class Example extends React.Component {
-
+
alert("Right button")} rightTitle="Right" />
@@ -253,6 +253,8 @@ const reducerCreate = params=>{
return ;
```
+## Tabbar
+Every tab has its own navigation bar. However, if you do not set its parent `` with `hideNavBar={true}`, the tabs' navigation bar will be overrided by their parient.
## Custom nav bar for individual scene or even different state of scene (new feature):
Your scene `component` class could implement _static_ renderNavigationBar(props) method that could return different navbar depending from component props