Add option to use overflow: scroll in text fixtures
Summary: Wires up the option to use overflow: scroll in JS, Java, and CPP gentest fixtures. Reviewed By: NickGerleman Differential Revision: D50225803 fbshipit-source-id: f71c000b7143ad9e0e34d99e2d5ba2c6186266d1
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bac658b4f5
commit
fad4d50b8e
@@ -166,6 +166,7 @@ JavaEmitter.prototype = Object.create(Emitter.prototype, {
|
||||
|
||||
YGOverflowHidden: {value: 'YogaOverflow.HIDDEN'},
|
||||
YGOverflowVisible: {value: 'YogaOverflow.VISIBLE'},
|
||||
YGOverflowScroll: {value: 'YogaOverflow.SCROLL'},
|
||||
|
||||
YGPositionTypeAbsolute: {value: 'YogaPositionType.ABSOLUTE'},
|
||||
YGPositionTypeRelative: {value: 'YogaPositionType.RELATIVE'},
|
||||
|
Reference in New Issue
Block a user