mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-07 22:40:55 +08:00
Implement Cloning for ART Views
Reviewed By: achen1 Differential Revision: D7058410 fbshipit-source-id: 394330654be1ab70853f78580c2543e04a3efb7c
This commit is contained in:
committed by
Facebook Github Bot
parent
486ac9dc82
commit
1b63da753f
@@ -123,6 +123,7 @@ public class ReactShadowNodeImpl implements ReactShadowNode<ReactShadowNodeImpl>
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public ReactShadowNodeImpl mutableCopy() {
|
||||
return new ReactShadowNodeImpl(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user