Skip to content

Commit b2a316b

Browse files
committed
Merge pull request #76 from react-native-simple-router-community/fix_prop_errors
Fixing prototype warnings when using trans
2 parents df13586 + 7993d6e commit b2a316b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

components/NavBarContainer.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,17 @@ class NavBarContainer extends React.Component {
135135
rightCorner={this.props.rightCorner}
136136
titleStyle={this.props.titleStyle}
137137
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}
138149
/>
139150
);
140151
} else {

0 commit comments

Comments
 (0)