* 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
(cherry picked from commit b226d451f3)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
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
|