C++ style enums 8/N: Direction (#1392)
Summary: X-link: https://github.com/facebook/react-native/pull/39483 Pull Request resolved: https://github.com/facebook/yoga/pull/1392 Moves internal usages of YGDirection to Direction. bypass-github-export-checks Changelog: [Internal] Reviewed By: rshest Differential Revision: D49335231 fbshipit-source-id: 459fe820c91be88734cebaa8655cd3f0afda83bf
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ea3869fe9f
commit
9b99e4fc22
@@ -82,10 +82,10 @@ namespace facebook::yoga {
|
||||
|
||||
ACCESSOR_TEST(
|
||||
direction,
|
||||
YGDirectionInherit,
|
||||
YGDirectionLTR,
|
||||
YGDirectionRTL,
|
||||
YGDirectionInherit);
|
||||
Direction::Inherit,
|
||||
Direction::LTR,
|
||||
Direction::RTL,
|
||||
Direction::Inherit);
|
||||
|
||||
ACCESSOR_TEST(
|
||||
flexDirection,
|
||||
|
Reference in New Issue
Block a user