-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): patch react native with yarn v3
- Loading branch information
Showing
4 changed files
with
72 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git a/Libraries/AppDelegate/RCTAppDelegate.h b/Libraries/AppDelegate/RCTAppDelegate.h | ||
index a5bd94cb730a6266f78225da523f54544d539bab..a595044377839e714be6a0bc56ca7b63378ed08b 100644 | ||
--- a/Libraries/AppDelegate/RCTAppDelegate.h | ||
+++ b/Libraries/AppDelegate/RCTAppDelegate.h | ||
@@ -7,6 +7,7 @@ | ||
|
||
#import <React/RCTBridge.h> | ||
#import <React/RCTBridgeDelegate.h> | ||
+#import <UserNotifications/UserNotifications.h> | ||
#import <UIKit/UIKit.h> | ||
|
||
@class RCTSurfacePresenterBridgeAdapter; | ||
@@ -49,7 +50,7 @@ | ||
(const facebook::react::ObjCTurboModule::InitParams &)params | ||
* - (id<RCTTurboModule>)getModuleInstanceFromClass:(Class)moduleClass | ||
*/ | ||
-@interface RCTAppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate> | ||
+@interface RCTAppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate, UNUserNotificationCenterDelegate> | ||
|
||
/// The window object, used to render the UViewControllers | ||
@property (nonatomic, strong) UIWindow *window; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters