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 704edde + 7d268d7 commit 5995a7fCopy full SHA for 5995a7f
index.js
@@ -276,6 +276,16 @@ class Router extends React.Component {
276
margin = Styles.NAV_BAR_HEIGHT;
277
}
278
279
+ this.toRoute = goForward;
280
+ this.toBack = goBackwards;
281
+ this.replaceRoute = replaceRoute;
282
+ this.resetToRoute = resetToRoute;
283
+ this.reset = goToFirstRoute;
284
+ this.setRightProps = setRightProps;
285
+ this.setLeftProps = setLeftProps;
286
+ this.setTitleProps = setTitleProps;
287
+ this.customAction = customAction;
288
+
289
return (
290
<View
291
style={[styles.container, this.props.bgStyle, extraStyling, { marginTop: margin }]}
0 commit comments