Skip to content

Commit

Permalink
Fix possible segfault with Reanimated (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyronet-sportsbet authored Feb 29, 2024
1 parent 7c91070 commit de451fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ + (void)load {

- (void)__detox_sync_startUpdatingOnAnimationFrame {
NSLog(@"[DTXSpy] REANodesManager - startUpdatingOnAnimationFrame called");
[DTXSyncManager trackDisplayLink:[self valueForKey:@"displayLink"] name:@"React Native Reanimated Animations Display Link"];

[self __detox_sync_startUpdatingOnAnimationFrame];

[DTXSyncManager trackDisplayLink:[self valueForKey:@"displayLink"] name:@"React Native Reanimated Animations Display Link"];
}

- (void)__detox_sync_stopUpdatingOnAnimationFrame {
Expand Down

0 comments on commit de451fe

Please sign in to comment.