Skip to content

Instantly share code, notes, and snippets.

View lukmccall's full-sized avatar

Łukasz Kosmaty lukmccall

View GitHub Profile
@lukmccall
lukmccall / AppDelegate.h
Created June 3, 2020 09:10
AppDelegate which extends UMAppDelegateWrapper
#import <UIKit/UIKit.h>
#import <UMReactNativeAdapter/UMModuleRegistryAdapter.h>
#import <React/RCTBridgeDelegate.h>
#import <UMCore/UMAppDelegateWrapper.h>
@interface AppDelegate : UMAppDelegateWrapper <RCTBridgeDelegate>
@property (nonatomic, strong) UMModuleRegistryAdapter *moduleRegistryAdapter;
@property (nonatomic, strong) UIWindow *window;