diff --git a/ios/RNSScreen.mm b/ios/RNSScreen.mm index 4e40287766..ba79de8773 100644 --- a/ios/RNSScreen.mm +++ b/ios/RNSScreen.mm @@ -110,7 +110,7 @@ - (void)updateBounds #ifdef RCT_NEW_ARCH_ENABLED if (_state != nullptr) { auto newState = react::RNSScreenState{RCTSizeFromCGSize(self.bounds.size)}; - // _state->updateState(std::move(newState)); + _state->updateState(std::move(newState)); UINavigationController *navctr = _controller.navigationController; [navctr.view setNeedsLayout]; }