fix doc for React Native mountComponent (#7313)

(cherry picked from commit 85dcbf83c5)
This commit is contained in:
Patrick Finnigan
2016-08-12 16:00:08 -07:00
committed by Paul O’Shannessy
parent 3c7f275f4f
commit 58720d608e
2 changed files with 5 additions and 3 deletions
@@ -513,7 +513,7 @@ ReactDOMComponent.Mixin = {
*
* @internal
* @param {ReactReconcileTransaction|ReactServerRenderingTransaction} transaction
* @param {?ReactDOMComponent} the containing DOM component instance
* @param {?ReactDOMComponent} the parent component instance
* @param {?object} info about the host container
* @param {object} context
* @return {string} The computed markup.
@@ -171,8 +171,10 @@ ReactNativeBaseComponent.Mixin = {
},
/**
* @param {string} rootID Root ID of this subtree.
* @param {Transaction} transaction For creating/updating.
* @param {ReactNativeReconcileTransaction} transaction
* @param {?ReactNativeBaseComponent} the parent component instance
* @param {?object} info about the host container
* @param {object} context
* @return {string} Unique iOS view tag.
*/
mountComponent: function(transaction, hostParent, hostContainerInfo, context) {