mirror of
https://github.com/status-im/react-native.git
synced 2025-03-01 01:20:31 +00:00
Add tests for java jni bindings
Reviewed By: lucasr Differential Revision: D4008411 fbshipit-source-id: c896a3925ff3f7fa368176a3d03c84eb7188ef60
This commit is contained in:
parent
c9960817ee
commit
1f36d98874
@ -29,6 +29,11 @@ public class CSSNode implements CSSNodeAPI<CSSNode> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get native instance count. Useful for testing only.
|
||||||
|
*/
|
||||||
|
static native int jni_CSSNodeGetInstanceCount();
|
||||||
|
|
||||||
private CSSNode mParent;
|
private CSSNode mParent;
|
||||||
private List<CSSNode> mChildren;
|
private List<CSSNode> mChildren;
|
||||||
private MeasureFunction mMeasureFunction;
|
private MeasureFunction mMeasureFunction;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user