Releases: microsoft/rnx-kit
Releases · microsoft/rnx-kit
@rnx-kit/[email protected]
@rnx-kit/[email protected]
Patch Changes
-
176e101: Fixed assets outside of project root not rendering. This breaks
release builds so it must be manually enabled inmetro.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/[email protected]
Patch Changes
- 67fe0d6: Fixed no types being exported
@rnx-kit/[email protected]
Patch Changes
-
176e101: Fixed assets outside of project root not rendering. This breaks
release builds so it must be manually enabled inmetro.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/[email protected]
Patch Changes
- 61a7724: Reduce the number of Babel plugins when esbuild is used
@rnx-kit/[email protected]
Minor Changes
- d13f8a7: Align react-native-screens capability with the project README
@rnx-kit/[email protected]
Patch Changes
- f4e3221: Re-define deprecated bridge methods for backwards compatibility
@rnx-kit/[email protected]
Minor Changes
- 5e6071b: Bumped minimum Node version to 22
@rnx-kit/[email protected]
Major Changes
- 579bad7: Bumped minimum Node version to 22
Patch Changes
- 579bad7: Fixed Metro cache not being cleaned up
- Updated dependencies [5e6071b]
- @rnx-kit/[email protected]
@rnx-kit/[email protected]
Patch Changes
- ed5fe35: Fixed import statements so that the TypeScript code can be used
directly