mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Rename reset() -> free() to be more in line with what it now does
Reviewed By: lucasr Differential Revision: D3992808 fbshipit-source-id: 8428ae33268d1417ce8642b741e47150a17bf077
This commit is contained in:
committed by
Facebook Github Bot
parent
38bd937b40
commit
64455ced5d
@@ -90,5 +90,5 @@ public interface CSSNodeAPI<CSSNodeType extends CSSNodeAPI> {
|
||||
void setData(Object data);
|
||||
Object getData();
|
||||
void init();
|
||||
void reset();
|
||||
void free();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user