mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Refactor cloneWithNewChildren method
Reviewed By: achen1 Differential Revision: D7064266 fbshipit-source-id: 71ef5651893359a257c39a5943812853f8d0dbcd
This commit is contained in:
committed by
Facebook Github Bot
parent
84ef7bc372
commit
ddcd609a86
@@ -72,6 +72,8 @@ public interface ReactShadowNode<T extends ReactShadowNode> {
|
||||
*/
|
||||
T mutableCopy();
|
||||
|
||||
T mutableCopyWithNewChildren();
|
||||
|
||||
String getViewClass();
|
||||
|
||||
boolean hasUpdates();
|
||||
@@ -164,8 +166,6 @@ public interface ReactShadowNode<T extends ReactShadowNode> {
|
||||
|
||||
T removeNativeChildAt(int i);
|
||||
|
||||
void removeAllChildren();
|
||||
|
||||
void removeAllNativeChildren();
|
||||
|
||||
int getNativeChildCount();
|
||||
|
||||
Reference in New Issue
Block a user