-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Integrate RN Nightly 9/20 #12165
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
Integrate RN Nightly 9/20 #12165
Conversation
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.
There should really be a .gitignore in the e2e-test-app-fabric
folder that prevents this bundle from being checked in.
@@ -177,8 +177,8 @@ void DeviceInfoHolder::updateDeviceInfo() noexcept { | |||
} | |||
} | |||
|
|||
ReactNativeSpecs::DeviceInfoSpec_Constants DeviceInfo::GetConstants() noexcept { |
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.
Since we stub out this module in each Fabric app (e2e-test-app-fabric, playground-composition, and the cpp-app template), we need to apply this rename there too
…e it in our metro config
.ado/templates/react-native-init.yml
Outdated
@@ -89,6 +89,7 @@ steps: | |||
- ${{ if eq(parameters.projectType, 'lib') }}: | |||
- script: | | |||
npx --yes [email protected] --package-name "testcli" testcli | |||
rd /s /q testcli\android |
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.
This is necessary because this old create-react-native-module
module now no longer creates working android code (as of this integrate), which prevents react-native config
from running successfully, which breaks run-windows.
* Integrate 8/24 * Change files * Update Overrides * Update Metro * Update Packages * Change files * Update Snapshots * Update Pkg Version * Integrate 9/20 * Change files * Remove Override * Remove Override * Add Files to CICompile * Fix Build Break * Format + Overrides + Warnings Fix * Add Override * Address Feedback * Address Feedback * Try to fix missing-asset-registry-path error * Remove deleted yoga functions from exported def file * Force resolution of @react-native/[email protected] and actually use it in our metro config * Fix Snapshots * fix bundles * Fix lib cli-init * fix playground bundle again * Yarn * fix lib again * Fix Test --------- Co-authored-by: Jon Thysell <[email protected]> Co-authored-by: Andrew Coates <[email protected]>
Description
Type of Change
What
facebook/react-native@68c7cfe...630cf3b
Relevant PRs:
Changelog
Should this change be included in the release notes: No
Microsoft Reviewers: Open in CodeFlow