-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Integrate RN Nightly Build 0.80.0-nightly-20250317-fc7385c1e #14724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Integrate RN Nightly Build 0.80.0-nightly-20250317-fc7385c1e #14724
Conversation
…om/HariniMalothu17/react-native-windows into rn-integrate-march-harinimalothu17
...ges/react-native-platform-override/src/e2etest/collateral/0.62.2/flowconfig.windows.conflict
Outdated
Show resolved
Hide resolved
vnext/ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/css/CSSTokenizer.h
Outdated
Show resolved
Hide resolved
…arch-harinimalothu17
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are looking good so far!
880c2ee
to
5dfcbbb
Compare
@@ -71,6 +71,7 @@ | |||
<AdditionalIncludeDirectories> | |||
$(ReactNativeWindowsDir)stubs; | |||
$(ReactNativeWindowsDir)\Shared\tracing; | |||
$(FollyDir)\..\..\fast_float-6.1.4\include; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonthysell Ideally we'd like to change in path in line13 of CSSTokenizer to just be #include <fast_float/fast_float.h
. However, after I added the directory to the AdditionalIncludeDirectories above, ReactCommon can't find the file. It can only find the file when I write out the full relative path in CSSTokenizer.h. Any ideas why that is? How come the AdditionalIncludeDirectories isn't working as expected?
Description
Integrate RN Nightly Build 0.80.0-nightly-20250317-fc7385c1e
Commit Range
facebook/react-native@cee6339...fc7385c
Changelog
no