diff --git a/packages/react-native/React/Fabric/Mounting/ComponentViews/ScrollView/RCTPullToRefreshViewComponentView.mm b/packages/react-native/React/Fabric/Mounting/ComponentViews/ScrollView/RCTPullToRefreshViewComponentView.mm index 704b2e95ec4..3a5679ea5dd 100644 --- a/packages/react-native/React/Fabric/Mounting/ComponentViews/ScrollView/RCTPullToRefreshViewComponentView.mm +++ b/packages/react-native/React/Fabric/Mounting/ComponentViews/ScrollView/RCTPullToRefreshViewComponentView.mm @@ -101,11 +101,11 @@ using namespace facebook::react; needsUpdateTitle = YES; } + [super updateProps:props oldProps:oldProps]; + if (needsUpdateTitle) { [self _updateTitle]; } - - [super updateProps:props oldProps:oldProps]; } #pragma mark -