mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-07 09:27:29 +08:00
store / retrieve instanceHandle from View
Reviewed By: shergin, achen1 Differential Revision: D8074014 fbshipit-source-id: aee0d41e0e9da44e8748f47da04dcd76dbe96d8d
This commit is contained in:
committed by
Facebook Github Bot
parent
54acf3a431
commit
40c7248345
@@ -109,6 +109,7 @@ public class FabricReconcilerTest {
|
||||
node = new ReactShadowNodeImpl();
|
||||
}
|
||||
node.setReactTag(tag);
|
||||
node.setViewClassName("View");
|
||||
node.setThemedContext(mock(ThemedReactContext.class));
|
||||
return node;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user