mirror of
https://github.com/standardnotes/mobile.git
synced 2025-12-26 09:27:58 -05:00
* Android upgrade * iOS setup without flipper * Add Bridging headers * Bring back AsyncStorage limit * Remove submodules * Remove files from vendor * Use dependencies from forks * Update init command * Remove unused libraries * Working iOS setup * Update AppDelegate.m * Use new flipper
9 lines
196 B
Objective-C
9 lines
196 B
Objective-C
#import <React/RCTBridgeDelegate.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
|
|
|
|
@property (nonatomic, strong) UIWindow *window;
|
|
|
|
@end
|