* update dependencies * revert keychain update * Update dependencies & Fastlane * set path agnostic for bash in scrips * Fix open from push notification race * patch react-native-localize
8 lines
169 B
Objective-C
8 lines
169 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import "RNNotifications.h"
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (nonatomic, strong) UIWindow *window;
|
|
|
|
@end
|