From 274a61285ef7bf75f5009f62ac1fb9f72b5b3a5d Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 23 Oct 2025 18:24:16 +0300 Subject: [PATCH] rm debug stuff --- patches/react-native-reanimated+3.19.1.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/patches/react-native-reanimated+3.19.1.patch b/patches/react-native-reanimated+3.19.1.patch index 7865cf10ff..d3bce8d41f 100644 --- a/patches/react-native-reanimated+3.19.1.patch +++ b/patches/react-native-reanimated+3.19.1.patch @@ -1,15 +1,3 @@ -diff --git a/node_modules/react-native-reanimated/lib/module/ConfigHelper.js b/node_modules/react-native-reanimated/lib/module/ConfigHelper.js -index 6d5aee3..e72f8b6 100644 ---- a/node_modules/react-native-reanimated/lib/module/ConfigHelper.js -+++ b/node_modules/react-native-reanimated/lib/module/ConfigHelper.js -@@ -18,6 +18,7 @@ export function configureProps() { - jsiConfigureProps(Object.keys(PropsAllowlists.UI_THREAD_PROPS_WHITELIST), Object.keys(PropsAllowlists.NATIVE_THREAD_PROPS_WHITELIST)); - } - export function addWhitelistedNativeProps(props) { -+ throw new Error('addWhitelistedNativeProps crash!'); - const oldSize = Object.keys(PropsAllowlists.NATIVE_THREAD_PROPS_WHITELIST).length; - PropsAllowlists.NATIVE_THREAD_PROPS_WHITELIST = { - ...PropsAllowlists.NATIVE_THREAD_PROPS_WHITELIST, diff --git a/node_modules/react-native-reanimated/lib/module/component/PerformanceMonitor.js b/node_modules/react-native-reanimated/lib/module/component/PerformanceMonitor.js index 9c98d6c..70ada9f 100644 --- a/node_modules/react-native-reanimated/lib/module/component/PerformanceMonitor.js