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:
parent
c83fc07973
commit
b7889e028b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue