Skip to content

Conversation

iamAbhi-916
Copy link
Contributor

@iamAbhi-916 iamAbhi-916 commented Jul 31, 2025

Description

Type of Change

  • Integration

Why

What is the motivation for this change? Add a few sentences describing the context and overall goals of the pull request's commits.

Resolves #14855

What

What changes were made to the codebase to solve the bug, add the functionality, etc. that you specified above.

Integrate RN Nightly Build 0.81.0-nightly-20250521-3cb70bb6a

Commit Range

RNW Integrations
commit range RN : facebook/react-native@3ac16dd...3cb70bb

Relevant Commits

facebook/react-native@d1cf584 -> removes the overide of refreshcontrol mock -> resolves #14929

Relevant overrides

#15082

Testing

yarn and all test apps + CI pipelines run successfully

image

Changelog

Should this change be included in the release notes: no

Add a brief summary of the change to use in the release notes for the next release. N/A

Microsoft Reviewers: Open in CodeFlow

@iamAbhi-916 iamAbhi-916 changed the title Integrate nightly Integrate nightly 0.81.0-nightly-20250521-3cb70bb6a Aug 2, 2025
@iamAbhi-916 iamAbhi-916 added this to the 0.81 milestone Aug 11, 2025
@iamAbhi-916 iamAbhi-916 self-assigned this Aug 11, 2025
@iamAbhi-916 iamAbhi-916 added the Workstream: Releases and Integrations Keep RNW current with RN releases. label Aug 11, 2025
@echo creaternwapp.cmd Override @react-native-community/template version
REM Do not change, this makes sure we always get a nightly template when still consuming a nightly RN and NOT a later "stable" template that may have been released
REM set RNCLI_TEMPLATE=--template "@react-native-community/template@^%RN_VERSION:~0,4%.0-"
set RNCLI_TEMPLATE=--template "@react-native-community/[email protected]"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the old way (commented out above) no longer works with Node 22, we need to either:

  1. Automatically update this RNCLI_TEMPLATE version to the closet available nightly template version by date (we'll need to write code to look it up) OR
  2. Just add a comment here with a reminder that we need to manually update this with every integrate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Workstream: Releases and Integrations Keep RNW current with RN releases.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate RN Nightly Build 0.81.0-nightly-20250521-3cb70bb6a Forked jest/setup.js to make up for missing RefreshControl Mock
3 participants