Register ReactRootView into FabricUIManagerModule

Reviewed By: achen1

Differential Revision: D7043902

fbshipit-source-id: fecef5a019dadd3d2802baa20dd8a3711e566ed3
This commit is contained in:
David Vacca
2018-02-22 22:48:48 -08:00
committed by Facebook Github Bot
parent b57a78c3de
commit d352c93487
6 changed files with 73 additions and 26 deletions

View File

@@ -132,11 +132,8 @@ public interface ReactShadowNode<T extends ReactShadowNode> {
T getRootNode();
@Deprecated() //Replaced by setRootTag method.
void setRootNode(T rootNode);
void setRootTag(int rootTag);
void setViewClassName(String viewClassName);
@Nullable