Skip to content

Version Packages#3913

Merged
tido64 merged 1 commit intomainfrom
changeset-release/main
Jan 13, 2026
Merged

Version Packages#3913
tido64 merged 1 commit intomainfrom
changeset-release/main

Conversation

@microsoft-react-native-sdk
Copy link
Copy Markdown
Contributor

@microsoft-react-native-sdk microsoft-react-native-sdk Bot commented Jan 8, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@rnx-kit/align-deps@3.4.0

Minor Changes

  • d13f8a7: Align react-native-screens capability with the project README

@rnx-kit/babel-preset-metro-react-native@3.0.1

Patch Changes

  • 61a7724: Reduce the number of Babel plugins when esbuild is used

@rnx-kit/metro-config@2.2.2

Patch Changes

  • 176e101: Fixed assets outside of project root not rendering. This breaks
    release builds so it must be manually enabled in metro.config.js:

    diff --git a/metro.config.js b/metro.config.js
    index 000000000..000000000 100644
    --- a/metro.config.js
    +++ b/metro.config.js
    @@ -34,4 +34,5 @@ module.exports = makeMetroConfig({
         blacklistRE: blockList,
         blockList,
       },
    +  unstable_allowAssetsOutsideProjectRoot: true,
     });

@rnx-kit/metro-service@4.1.4

Patch Changes

  • 176e101: Fixed assets outside of project root not rendering. This breaks
    release builds so it must be manually enabled in metro.config.js:

    diff --git a/metro.config.js b/metro.config.js
    index 000000000..000000000 100644
    --- a/metro.config.js
    +++ b/metro.config.js
    @@ -34,4 +34,5 @@ module.exports = makeMetroConfig({
         blacklistRE: blockList,
         blockList,
       },
    +  unstable_allowAssetsOutsideProjectRoot: true,
     });

@github-actions github-actions Bot added the feature: metro This is related to Metro label Jan 8, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from 4d291a1 to 64cd1e7 Compare January 12, 2026 16:25
Releases:
  @rnx-kit/metro-config@2.2.2
  @rnx-kit/metro-service@4.1.4
  @rnx-kit/align-deps@3.4.0
  @rnx-kit/babel-preset-metro-react-native@3.0.1
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 64cd1e7 to 51f1d4a Compare January 12, 2026 16:25
@tido64 tido64 merged commit 9d7f31c into main Jan 13, 2026
3 of 4 checks passed
@tido64 tido64 deleted the changeset-release/main branch January 13, 2026 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature: metro This is related to Metro

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant