Skip to content

Commit 1b9b13a

Browse files
Ingrid Wangfacebook-github-bot
authored andcommitted
Remove deprecated automaticallyAdjustsScrollViewInsets (#39637)
Summary: Pull Request resolved: #39637 ## Changelog: [Internal] - Removing usage of `automaticallyAdjustsScrollViewInsets` Reviewed By: cipolleschi Differential Revision: D49609523 fbshipit-source-id: b6657ca6b0467fc552d4c40b5e0995832dc0aca6
1 parent 48c5424 commit 1b9b13a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-native/React/Views/RCTWrapperViewController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ - (instancetype)initWithContentView:(UIView *)contentView
2929

3030
if ((self = [super initWithNibName:nil bundle:nil])) {
3131
_contentView = contentView;
32-
self.automaticallyAdjustsScrollViewInsets = NO;
3332
}
3433
return self;
3534
}

0 commit comments

Comments
 (0)