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
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ The **`<Router />`** object used to initialize the navigation can take the follo
118
118
-`borderBottomWidth`: Apply a bottom border to your navbar.
119
119
-`borderColor`: Apply a border color to your bottom border.
120
120
-`backButtonComponent`: By default, the navigation bar will display a simple "Back" text for the back button. To change this, you can specify your own backButton component (like in the Twitter app).
121
+
-`backButtonProps`: If you set a `backButtonComponent` you can use this property to pass props to that component.
121
122
-`rightCorner`: If you have the same occuring action buttons on the right side of your navigation bar (like the Twitter "Compose"-button), you can specify a component for that view.
122
123
-`customAction`: A special callback prop for your action buttons (this can be handy for triggering a side menu for example). The action gets triggered from your custom `leftCorner` or `rightCorner` components by calling `this.props.customAction("someActionName")` from them. It is then picked up like this: `<Router customAction={this.doSomething} />`.
123
124
-`hideNavigationBar`: Hide the navigation bar, always
0 commit comments