Expose NavigatorIOS::replaceAtIndex

Summary:
The React Native docs list `replaceAtIndex` as a public method of the **NavigatorIOS** component but it is never exposed.
Closes https://github.com/facebook/react-native/pull/10577

Differential Revision: D4168180

Pulled By: hramos

fbshipit-source-id: 6d91d9de8404bb229930d804f8b01b324ec16f24
This commit is contained in:
Daniel Nagy 2016-11-11 12:54:48 -08:00 committed by Facebook Github Bot
parent c83fc07973
commit b7889e028b
1 changed files with 1 additions and 0 deletions

View File

@ -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,