Skip to content

Commit b7889e0

Browse files
daniel-nagyFacebook Github Bot
authored andcommitted
Expose NavigatorIOS::replaceAtIndex
Summary: The React Native docs list `replaceAtIndex` as a public method of the **NavigatorIOS** component but it is never exposed. Closes #10577 Differential Revision: D4168180 Pulled By: hramos fbshipit-source-id: 6d91d9de8404bb229930d804f8b01b324ec16f24
1 parent c83fc07 commit b7889e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Libraries/Components/Navigation/NavigatorIOS.ios.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ var NavigatorIOS = React.createClass({
506506
pop: this.pop,
507507
popN: this.popN,
508508
replace: this.replace,
509+
replaceAtIndex: this.replaceAtIndex,
509510
replacePrevious: this.replacePrevious,
510511
replacePreviousAndPop: this.replacePreviousAndPop,
511512
resetTo: this.resetTo,

0 commit comments

Comments
 (0)