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.
2 parents 5ba9ca0 + 1eb84ea commit e26cfd1Copy full SHA for e26cfd1
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