Skip to content

Commit

Permalink
Expose NavigatorIOS::replaceAtIndex
Browse files Browse the repository at this point in the history
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
  • Loading branch information
daniel-nagy authored and Facebook Github Bot committed Nov 11, 2016
1 parent c83fc07 commit b7889e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Components/Navigation/NavigatorIOS.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ var NavigatorIOS = React.createClass({
pop: this.pop,
popN: this.popN,
replace: this.replace,
replaceAtIndex: this.replaceAtIndex,
replacePrevious: this.replacePrevious,
replacePreviousAndPop: this.replacePreviousAndPop,
resetTo: this.resetTo,
Expand Down

0 comments on commit b7889e0

Please sign in to comment.