You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,7 @@ The **`this.props.toRoute()`** callback prop takes one parameter (a JavaScript o
117
117
-`headerStyle`: Change the style of your header for the new route. You could for example specify a new backgroundColor and the router will automatically make a nice transition from one color to the other!
118
118
-`passProps`: Takes in an object. Passes each `key: value` pair to your component as a prop. i.e. <Componentkey={value} />
119
119
-`trans`: If set to a truthy value it will make the navbar transparent and move your component content so that it sits behind the nav.
120
+
-`noStatusBar`: If hiding the navigationbar using `hideNavigationBar` you must set this option to true to not reserve the space on the top of the UI
120
121
-`hideNavigationBar`: If set to a truthy value will hide the navigationbar out of view, and move the component so that it is at the top of the screen.
121
122
-`leftCornerProps`: If you set a `leftCorner` component you can use this property to pass props to that component.
122
123
-`rightCornerProps`: If you set a `rightCorner` component you can use this property to pass props to that component.
0 commit comments