Skip to content

Commit b95fa43

Browse files
authored
fix(iOS): remove leftover _sheetsScrollView reference after cherry-picking from main (#2447)
## Description This PR fixes iOS build after recent cherry-picks. It removes the _sheetsScrollView leftover reference. ## Checklist - [ ] Ensured that CI passes
1 parent b849bdf commit b95fa43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ios/RNSScreen.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,6 @@ - (BOOL)isTransparentModal
620620
- (void)invalidate
621621
{
622622
_controller = nil;
623-
[_sheetsScrollView removeObserver:self forKeyPath:@"bounds" context:nil];
624623
}
625624

626625
#if !TARGET_OS_TV && !TARGET_OS_VISION

0 commit comments

Comments
 (0)