From ffd6e5537d4c145e191e62c910ffd655f580f31b Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Thu, 26 Jun 2025 14:15:45 -0700 Subject: [PATCH] Remove RCTPushNotificationManager from umbrella header (#52306) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52306 The RCTPushNotificationManager is deprecated and not part of the prebuilds as it is optional. We mistakenly added it to the umbrella header and nightlies do not work with prebuilds. This change removes the header ad should fix the build. ## Changelog: [Internal] - Reviewed By: philIip Differential Revision: D77395754 fbshipit-source-id: 66371650dc56f5be16a00319d9e4a1078a7b68bd --- packages/react-native/scripts/ios-prebuild/React-umbrella.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/react-native/scripts/ios-prebuild/React-umbrella.h b/packages/react-native/scripts/ios-prebuild/React-umbrella.h index 656538fdf0f..45b365b92b9 100644 --- a/packages/react-native/scripts/ios-prebuild/React-umbrella.h +++ b/packages/react-native/scripts/ios-prebuild/React-umbrella.h @@ -191,8 +191,6 @@ #import "React/RCTPointerEvents.h" #import "React/RCTProfile.h" #import "React/RCTPropsAnimatedNode.h" -#import "React/RCTPushNotificationManager.h" -#import "React/RCTPushNotificationPlugins.h" #import "React/RCTRawTextShadowView.h" #import "React/RCTRawTextViewManager.h" #import "React/RCTReconnectingWebSocket.h"