Skip to content

Commit

Permalink
fix(iOS): remove leftover _sheetsScrollView reference after cherry-pi…
Browse files Browse the repository at this point in the history
…cking from main (#2447)

## Description

This PR fixes iOS build after recent cherry-picks. It removes the
_sheetsScrollView leftover reference.

## Checklist

- [ ] Ensured that CI passes
  • Loading branch information
alduzy authored Oct 25, 2024
1 parent b849bdf commit b95fa43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ios/RNSScreen.mm
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ - (BOOL)isTransparentModal
- (void)invalidate
{
_controller = nil;
[_sheetsScrollView removeObserver:self forKeyPath:@"bounds" context:nil];
}

#if !TARGET_OS_TV && !TARGET_OS_VISION
Expand Down

0 comments on commit b95fa43

Please sign in to comment.