From fc7b201c50883f47b2a279427f52762cab8dd8bc Mon Sep 17 00:00:00 2001 From: Monil Bhavsar Date: Wed, 31 Jul 2024 14:40:24 +0530 Subject: [PATCH] Revert the patch --- ...ative-reanimated+3.8.1+004+fix-strict-mode.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/patches/react-native-reanimated+3.8.1+004+fix-strict-mode.patch b/patches/react-native-reanimated+3.8.1+004+fix-strict-mode.patch index ccc208062d10..e36d2dd365c0 100644 --- a/patches/react-native-reanimated+3.8.1+004+fix-strict-mode.patch +++ b/patches/react-native-reanimated+3.8.1+004+fix-strict-mode.patch @@ -1,16 +1,3 @@ -diff --git a/node_modules/react-native-reanimated/Common/cpp/Fabric/ReanimatedCommitMarker.cpp b/node_modules/react-native-reanimated/Common/cpp/Fabric/ReanimatedCommitMarker.cpp -index 3404e89..b545cb6 100644 ---- a/node_modules/react-native-reanimated/Common/cpp/Fabric/ReanimatedCommitMarker.cpp -+++ b/node_modules/react-native-reanimated/Common/cpp/Fabric/ReanimatedCommitMarker.cpp -@@ -9,7 +9,7 @@ namespace reanimated { - thread_local bool ReanimatedCommitMarker::reanimatedCommitFlag_{false}; - - ReanimatedCommitMarker::ReanimatedCommitMarker() { -- react_native_assert(reanimatedCommitFlag_ != true); -+ // react_native_assert(reanimatedCommitFlag_ != true); - reanimatedCommitFlag_ = true; - } - diff --git a/node_modules/react-native-reanimated/lib/module/reanimated2/UpdateProps.js b/node_modules/react-native-reanimated/lib/module/reanimated2/UpdateProps.js index e69c581..78b7034 100644 --- a/node_modules/react-native-reanimated/lib/module/reanimated2/UpdateProps.js