Skip to content

Commit 34ac70c

Browse files
chore: include @d11/react-native-fast-image in native rollup config
1 parent c38f0bb commit 34ac70c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

packages/pluggable-widgets-tools/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
### Changed
1010

11+
- We added @d11/react-native-fast-image as an external native dependency in rollup config.
1112
- We migrated to pnpm as our package manager. Users of the widgets tools should be able to continue using their package manager of choice.
1213

1314
## [10.21.2] - 2025-07-02

packages/pluggable-widgets-tools/configs/rollup.config.native.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ const nativeExternal = [
6666
/^react-native-svg($|\/)/,
6767
/^react-native-vector-icons($|\/)/,
6868
/^@?react-navigation($|\/)/,
69-
/^react-native-safe-area-context($|\/)/
69+
/^react-native-safe-area-context($|\/)/,
70+
/^@d11\/react-native-fast-image($|\/)/
7071
];
7172

7273
export default async args => {

0 commit comments

Comments
 (0)