Skip to content

Commit

Permalink
use hideNavBar in README example
Browse files Browse the repository at this point in the history
follow up aksonov#270
always use hideNavBar in example instead showNavigationBar to avoid confusion
  • Loading branch information
zxcpoiu committed Mar 1, 2016
1 parent efb791b commit 8fbb903
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 @@ -112,7 +112,7 @@ export default class Example extends React.Component {
<Route name="error" component={Error} title="Error" type="modal"/>
<Route name="register2" component={Register} title="Register2" schema="withoutAnimation"/>
<Route name="tabbar">
<Router footer={TabBar} showNavigationBar={false} tabBarStyle={{borderTopColor:'#00bb00',borderTopWidth:1,backgroundColor:'white'}}>
<Router footer={TabBar} hideNavBar={true} tabBarStyle={{borderTopColor:'#00bb00',borderTopWidth:1,backgroundColor:'white'}}>
<Route name="tab1" schema="tab" title="Tab #1" >
<Router>
<Route name="tab1_1" component={TabView} title="Tab #1_1" />
Expand Down

0 comments on commit 8fbb903

Please sign in to comment.