We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df13586 + 7993d6e commit b2a316bCopy full SHA for b2a316b
components/NavBarContainer.js
@@ -135,6 +135,17 @@ class NavBarContainer extends React.Component {
135
rightCorner={this.props.rightCorner}
136
titleStyle={this.props.titleStyle}
137
willDisappear
138
+ borderBottomWidth={this.props.borderBottomWidth}
139
+ borderColor={this.props.borderColor}
140
+ goBack={this.goBack}
141
+ goForward={this.goForward}
142
+ replaceRoute={this.replaceRoute}
143
+ resetToRoute={this.resetToRoute}
144
+ goToFirstRoute={this.goToFirstRoute}
145
+ leftProps={this.props.leftProps}
146
+ rightProps={this.props.rightProps}
147
+ titleProps={this.props.titleProps}
148
+ customAction={this.customAction}
149
/>
150
);
151
} else {
0 commit comments