Skip to content

Commit e006f55

Browse files
authored
Remove setNextLayoutAnimationGroup call (#4955)
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please follow the template so that the reviewers can easily understand what the code changes affect. --> ## Summary See Expensify/App#20552 (comment) for details. ## Test plan <!-- Provide a minimal but complete code snippet that can be used to test out this change along with instructions how to run it and a description of the expected behavior. -->
1 parent 1aa8430 commit e006f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apple/LayoutReanimation/REASwizzledUIManager.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ - (RCTViewManagerUIBlock)reanimated_uiBlockWithLayoutUpdateForRootView:(RCTRootS
317317
// Clean up
318318
// below line serves as this one uiManager->_layoutAnimationGroup = nil;, because we don't have access to the
319319
// private field
320-
[uiManager setNextLayoutAnimationGroup:nil];
320+
[uiManager setValue:nil forKey:@"_layoutAnimationGroup"];
321321

322322
[originalSelf.animationsManager viewsDidLayout];
323323
// Reanimated changes /end

0 commit comments

Comments
 (0)