Skip to content

Commit

Permalink
Merge pull request #621 from cuitianze/patch-2
Browse files Browse the repository at this point in the history
fix word
  • Loading branch information
charpeni committed Apr 29, 2016
2 parents cf396ed + c1cbe4c commit 7cc332f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export default connect(({routes}) => ({routes}))(MyComponent);
```

## Tabbar
Every tab has its own navigation bar. However, if you do not set its parent `<Scene tabs={true} />` with `hideNavBar={true}`, the tabs' navigation bar will be overrided by their parient.
Every tab has its own navigation bar. However, if you do not set its parent `<Scene tabs={true} />` with `hideNavBar={true}`, the tabs' navigation bar will be overrided by their parent.

## 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
Expand Down

0 comments on commit 7cc332f

Please sign in to comment.