mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
fix doc for React Native mountComponent (#7313)
(cherry picked from commit 85dcbf83c5)
This commit is contained in:
committed by
Paul O’Shannessy
parent
3c7f275f4f
commit
58720d608e
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user