We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba9ca0 commit 1eb84eaCopy full SHA for 1eb84ea
ios/LEGACY/Fabric/LEGACY_RNCPagerViewComponentView.mm
@@ -106,7 +106,7 @@ - (void)unmountChildComponentView:(UIView<RCTComponentViewProtocol> *)childCompo
106
107
-(void)updateLayoutMetrics:(const facebook::react::LayoutMetrics &)layoutMetrics oldLayoutMetrics:(const facebook::react::LayoutMetrics &)oldLayoutMetrics {
108
[super updateLayoutMetrics:layoutMetrics oldLayoutMetrics:_layoutMetrics];
109
- self.contentView.frame = RCTCGRectFromRect(_layoutMetrics.getContentFrame());
+ self.contentView.frame = RCTCGRectFromRect(layoutMetrics.getContentFrame());
110
_layoutMetrics = layoutMetrics;
111
}
112
0 commit comments