mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
7cc2d1a249
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/34384 This Diff aims to create a RCTAppDelegate library to offer a subclass which automates some operations required to set up the new architecture. ## Changelog [iOS][Added] - Added the RCTAppDelegate library Reviewed By: cortinico Differential Revision: D38580424 fbshipit-source-id: 38f6c4b8ff2790a2ce9e23d385b36307701cffb7
7 lines
119 B
Objective-C
7 lines
119 B
Objective-C
#import <React-RCTAppDelegate/RCTAppDelegate.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : RCTAppDelegate
|
|
|
|
@end
|