You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not define ENUM_BITFIELDS_NOT_SUPPORTED for MSVC (#230)
In order to move to OSS React Native, Windows needs to define
ENUM_BITFIELDS_NOT_SUPPORTED. This causes warnings treated as errors on
the microsoft fork due to macro redefinition. Remove the code that
automatically adds this definiion.
This allows the removal of the YGStyle patch added to RNW. At item was
created to remove this entire chunk once we're off the fork.
Copy file name to clipboardExpand all lines: ReactCommon/yoga/yoga/YGStyle.h
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,6 @@
17
17
#include"Yoga.h"
18
18
19
19
20
-
// Until we sync past this: https://github.com/facebook/react-native/commit/a7e4ce0f0d83b6162d77db7d680e838666f6d938#diff-140c478f1096be49a1b121931a7680ee
21
-
// We have to turn off the bitfield usage for MSVC builds
0 commit comments