Skip to content

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

Draft
wants to merge 40 commits into
base: main
Choose a base branch
from

Conversation

HariniMalothu17
Copy link
Contributor

@HariniMalothu17 HariniMalothu17 commented Jun 2, 2025

Description

Integrate RN Nightly Build 0.80.0-nightly-20250317-fc7385c1e

Commit Range

facebook/react-native@cee6339...fc7385c

Changelog

no

Copy link
Contributor

@chiaramooney chiaramooney left a 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!

@HariniMalothu17 HariniMalothu17 force-pushed the rn-integrate-march-harinimalothu17 branch from 880c2ee to 5dfcbbb Compare June 4, 2025 09:09
@@ -71,6 +71,7 @@
<AdditionalIncludeDirectories>
$(ReactNativeWindowsDir)stubs;
$(ReactNativeWindowsDir)\Shared\tracing;
$(FollyDir)\..\..\fast_float-6.1.4\include;
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants