diff --git a/ios/RNSScreen.mm b/ios/RNSScreen.mm index b2608acd06..bca3fcfb85 100644 --- a/ios/RNSScreen.mm +++ b/ios/RNSScreen.mm @@ -760,6 +760,7 @@ - (void)updateLayoutMetrics:(const react::LayoutMetrics &)layoutMetrics - (void)finalizeUpdates:(RNComponentViewUpdateMask)updateMask { + [super finalizeUpdates:updateMask]; #if !TARGET_OS_TV [self updatePresentationStyle]; #endif // !TARGET_OS_TV