* feat: add ios and rn source * fix(ios): remove testing keys * fix(tracker): change default path
6 lines
98 B
Objective-C
6 lines
98 B
Objective-C
#import <RCTAppDelegate.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : RCTAppDelegate
|
|
|
|
@end
|