react-native-windows
react-native-windows copied to clipboard
Remove C++20 Patches from ReactCommon Files
Remove patches needed because RN is on C++20 and we use a lower version. Patches were made to ShadowTree.cpp, NumericBitfield.cpp, Config.h, LayoutResults.h, UIMangerBinding.cpp, and Node.h.
Related:
- https://github.com/microsoft/react-native-windows/issues/7748
- https://github.com/microsoft/react-native-windows/issues/7774
Need to make a decision on whether we update this for 0.73. Doesn't seem like there's a reason for us to not match core and use this latest. Just need to make sure any customers who can't make that move have a clear path.
Added RawPropsParser.cpp and propsConversion.h from the PR https://github.com/facebook/react-native/pull/41149/files
@chiaramooney Can you check the forking status of these files given the integration payload for the past couple months?
Closing, check with main and these files are unforked :)
- ShadowTree.cpp
- NumericBitfield.cpp
- Config.h
- LayoutResults.h
- UIMangerBinding.cpp
- Node.h
- RawPropsParser.cpp
- propsConversion.h