Java bindings for setAlwaysFormsContainingBlock (#1540)
Summary: X-link: https://github.com/facebook/react-native/pull/42192 Pull Request resolved: https://github.com/facebook/yoga/pull/1540 tsia Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D52608259 fbshipit-source-id: 647ec4e2fe180ace8d6b641e17cd610fa53fe845
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5425107246
commit
47e9f33eb4
@@ -114,4 +114,5 @@ public class YogaNative {
|
||||
static native void jni_YGNodePrintJNI(long nativePointer);
|
||||
static native void jni_YGNodeSetStyleInputsJNI(long nativePointer, float[] styleInputsArray, int size);
|
||||
static native long jni_YGNodeCloneJNI(long nativePointer);
|
||||
static native void jni_YGNodeSetAlwaysFormsContainingBlockJNI(long nativePointer, boolean alwaysFormContainingBlock);
|
||||
}
|
||||
|
Reference in New Issue
Block a user