C++ style enums 9/N: FlexDirection (#1394)
Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1394 X-link: https://github.com/facebook/react-native/pull/39484 Moves internal usages of YGDirection to Direction. bypass-github-export-checks Changelog: [Internal] Reviewed By: rshest Differential Revision: D49336066 fbshipit-source-id: b49e1ffcd79a427e36ea8d2c26debaa98ef3e4c9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9b99e4fc22
commit
6ec790dd1b
@@ -89,10 +89,10 @@ ACCESSOR_TEST(
|
||||
|
||||
ACCESSOR_TEST(
|
||||
flexDirection,
|
||||
YGFlexDirectionColumn,
|
||||
YGFlexDirectionColumnReverse,
|
||||
YGFlexDirectionRowReverse,
|
||||
YGFlexDirectionRow)
|
||||
FlexDirection::Column,
|
||||
FlexDirection::ColumnReverse,
|
||||
FlexDirection::RowReverse,
|
||||
FlexDirection::Row)
|
||||
|
||||
ACCESSOR_TEST(
|
||||
justifyContent,
|
||||
|
Reference in New Issue
Block a user