-
Notifications
You must be signed in to change notification settings - Fork 987
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug: bump RNR, patch it and log more stuff
- Loading branch information
1 parent
2402d0b
commit b0e55f2
Showing
6 changed files
with
183 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- /tmp/tmp-status-mobile-de25cbf05/tmp.DAzJrrqMnT/NativeReanimatedModule.cpp 2024-09-15 09:55:26.503298000 +0530 | ||
+++ ./node_modules/react-native-reanimated/Common/cpp/NativeModules/NativeReanimatedModule.cpp 2024-09-15 09:57:28.977947310 +0530 | ||
@@ -600,7 +600,7 @@ | ||
|
||
for (const auto &[shadowNode, props] : copiedOperationsQueue) { | ||
const ShadowNodeFamily &family = shadowNode->getFamily(); | ||
- react_native_assert(family.getSurfaceId() == surfaceId_); | ||
+// react_native_assert(family.getSurfaceId() == surfaceId_); | ||
|
||
#if REACT_NATIVE_MINOR_VERSION >= 73 | ||
// Fix for catching nullptr returned from commit hook was introduced |
Oops, something went wrong.