Skip to content

Commit a637317

Browse files
committed
Docs improvement
1 parent 72f93c0 commit a637317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ The **`this.props.toRoute()`** callback prop takes one parameter (a JavaScript o
117117
- `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!
118118
- `passProps`: Takes in an object. Passes each `key: value` pair to your component as a prop. i.e. <Component key={value} />
119119
- `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
120121
- `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.
121122
- `leftCornerProps`: If you set a `leftCorner` component you can use this property to pass props to that component.
122123
- `rightCornerProps`: If you set a `rightCorner` component you can use this property to pass props to that component.

0 commit comments

Comments
 (0)