Skip to content

Commit 169fd0e

Browse files
fix: worklet issue
1 parent da00bbe commit 169fd0e

2 files changed

Lines changed: 51 additions & 46 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ index 51c3265d054fdbcb491768d0600beb151f7ac37d..352ef3bf2539e33ee836762f962fe9f5
100100
- /^react-native-vector-icons($|\/)/,
101101
+ /^@react-native-vector-icons\/common($|\/)/,
102102
/^@?react-navigation($|\/)/,
103+
@@ -234,3 +234,3 @@ export default async args => {
104+
image(),
105+
- production ? terser({ mangle: false }) : null,
106+
+ production ? terser({ mangle: false, compress: { directives: false } }) : null,
107+
// We need to create .mpk and copy results to test project after bundling is finished.
103108
diff --git a/test-config/jest.native.config.js b/test-config/jest.native.config.js
104109
index 8346a68bb08ee24c3249691a2895ab8ba1fc7164..f85a77f91f1bcbfef0a6d3d2fb4b4af5f65ebf11 100644
105110
--- a/test-config/jest.native.config.js

0 commit comments

Comments
 (0)