forked from Ivasoft/mattermost-mobile
* upgrade to RN 68 (old arch) * remove test setup unused & commented mock * Android target set to 30 * Fix theme when opening app from push notification * upgrade common mark
11 lines
271 B
Objective-C
11 lines
271 B
Objective-C
#import <React/RCTBridgeDelegate.h>
|
|
#import <UIKit/UIKit.h>
|
|
#import "RNNotifications.h"
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
|
|
|
|
@property (nonatomic, strong) UIWindow *window;
|
|
@property(nonatomic,assign)BOOL allowRotation;
|
|
|
|
@end
|