Skip to content

Commit 63d56b6

Browse files
chore: add fast image in external dependancy
1 parent 391f076 commit 63d56b6

2 files changed

Lines changed: 59 additions & 46 deletions

File tree

patches/@mendix+pluggable-widgets-tools+10.21.1.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,19 @@ index 2d0b5bfac7f1a1482bc1a222cba3e52b0339cc79..a3f0e368d76d294a5f7cd85886fe5ce0
7777
}
7878

7979
function getModuleName(modulePath) {
80+
diff --git a/configs/rollup.config.native.mjs b/configs/rollup.config.native.mjs
81+
index 682cf9fc4259a1f431e7cc3b17a319fdb072929e..5be03c770f8247637223f78738c3cdecae4d3d92 100644
82+
--- a/configs/rollup.config.native.mjs
83+
+++ b/configs/rollup.config.native.mjs
84+
@@ -62,7 +62,7 @@ const nativeExternal = [
85+
/^react($|\/)/,
86+
/^react-native-gesture-handler($|\/)/,
87+
/^react-native-reanimated($|\/)/,
88+
- /^react-native-fast-image($|\/)/,
89+
+ /^@d11\/react-native-fast-image($|\/)/,
90+
/^react-native-svg($|\/)/,
91+
/^react-native-vector-icons($|\/)/,
92+
/^@?react-navigation($|\/)/,
8093
diff --git a/test-config/jest.native.config.js b/test-config/jest.native.config.js
8194
index 72e3c51473b7566ca9d8b224b35334099ce615db..7e0949aa5d50d288d848117a804fd691422aefde 100644
8295
--- a/test-config/jest.native.config.js

0 commit comments

Comments
 (0)