mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 11:57:46 +08:00
Fix subtle bugs in cloning and FabricUIManager
Reviewed By: achen1 Differential Revision: D7164980 fbshipit-source-id: 86e9f3f11b67c8947b177aac23f99808083c3121
This commit is contained in:
committed by
Facebook Github Bot
parent
52c7957349
commit
ac929ef4f6
@@ -64,6 +64,7 @@ public class FabricUIManager implements UIManager {
|
||||
ReactShadowNode node = viewManager.createShadowNodeInstance(mReactApplicationContext);
|
||||
ReactShadowNode rootNode = getRootNode(rootTag);
|
||||
node.setRootNode(rootNode);
|
||||
node.setViewClassName(viewName);
|
||||
node.setReactTag(reactTag);
|
||||
node.setThemedContext(rootNode.getThemedContext());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user