From 47a3bf9237f26afcd4dea5b89566a99088e67079 Mon Sep 17 00:00:00 2001 From: Wuesteon Date: Thu, 27 Nov 2025 18:41:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix(memoro):=20remove=20orphaned?= =?UTF-8?q?=20patch=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove react-native-css-interop patch file that was causing pnpm install failures. The package is no longer in dependencies but the patch was not cleaned up. Fixes CI blocker: 'patch-package' error during postinstall --- .../react-native-css-interop+0.2.1.patch | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 apps/memoro/apps/mobile/patches/react-native-css-interop+0.2.1.patch diff --git a/apps/memoro/apps/mobile/patches/react-native-css-interop+0.2.1.patch b/apps/memoro/apps/mobile/patches/react-native-css-interop+0.2.1.patch deleted file mode 100644 index a8449a643..000000000 --- a/apps/memoro/apps/mobile/patches/react-native-css-interop+0.2.1.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff --git a/node_modules/react-native-css-interop/.cache/android.js b/node_modules/react-native-css-interop/.cache/android.js -new file mode 100644 -index 0000000..e69de29 -diff --git a/node_modules/react-native-css-interop/.cache/ios.js b/node_modules/react-native-css-interop/.cache/ios.js -new file mode 100644 -index 0000000..e69de29 -diff --git a/node_modules/react-native-css-interop/.cache/macos.js b/node_modules/react-native-css-interop/.cache/macos.js -new file mode 100644 -index 0000000..e69de29 -diff --git a/node_modules/react-native-css-interop/.cache/native.js b/node_modules/react-native-css-interop/.cache/native.js -new file mode 100644 -index 0000000..e69de29 -diff --git a/node_modules/react-native-css-interop/.cache/windows.js b/node_modules/react-native-css-interop/.cache/windows.js -new file mode 100644 -index 0000000..e69de29 -diff --git a/node_modules/react-native-css-interop/babel.js b/node_modules/react-native-css-interop/babel.js -index d84e52b..26f3032 100644 ---- a/node_modules/react-native-css-interop/babel.js -+++ b/node_modules/react-native-css-interop/babel.js -@@ -9,8 +9,8 @@ module.exports = function () { - importSource: "react-native-css-interop", - }, - ], -- // Use this plugin in reanimated 4 and later -- "react-native-worklets/plugin", -+ // Commented out - conflicts with react-native-reanimated -+ // "react-native-worklets/plugin", - ], - }; - };