Skip to content

Commit ffd6e55

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Remove RCTPushNotificationManager from umbrella header (#52306)
Summary: Pull Request resolved: #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
1 parent 505588b commit ffd6e55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-native/scripts/ios-prebuild/React-umbrella.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@
191191
#import "React/RCTPointerEvents.h"
192192
#import "React/RCTProfile.h"
193193
#import "React/RCTPropsAnimatedNode.h"
194-
#import "React/RCTPushNotificationManager.h"
195-
#import "React/RCTPushNotificationPlugins.h"
196194
#import "React/RCTRawTextShadowView.h"
197195
#import "React/RCTRawTextViewManager.h"
198196
#import "React/RCTReconnectingWebSocket.h"

0 commit comments

Comments
 (0)