C++ style enums 10/N: Justify (#1396)
Summary: X-link: https://github.com/facebook/react-native/pull/39498 Pull Request resolved: https://github.com/facebook/yoga/pull/1396 Moves internal usages of YGJustify to Justify. bypass-github-export-checks Changelog: [Internal] Reviewed By: rshest Differential Revision: D49336538 fbshipit-source-id: 6deb2438e3cd2989c8212ee294fd0fe4819f40ab
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6ec790dd1b
commit
61763e7d0a
@@ -96,11 +96,11 @@ ACCESSOR_TEST(
|
||||
|
||||
ACCESSOR_TEST(
|
||||
justifyContent,
|
||||
YGJustifyFlexStart,
|
||||
YGJustifyFlexEnd,
|
||||
YGJustifySpaceAround,
|
||||
YGJustifyFlexStart,
|
||||
YGJustifySpaceEvenly)
|
||||
Justify::FlexStart,
|
||||
Justify::FlexEnd,
|
||||
Justify::SpaceAround,
|
||||
Justify::FlexStart,
|
||||
Justify::SpaceEvenly)
|
||||
|
||||
ACCESSOR_TEST(
|
||||
alignContent,
|
||||
|
Reference in New Issue
Block a user