Skip to content

Instantly share code, notes, and snippets.

@nastyakitsune
Created March 31, 2020 14:58
Show Gist options
  • Select an option

  • Save nastyakitsune/7de9ce67db8253e92a1538c587a3c4f8 to your computer and use it in GitHub Desktop.

Select an option

Save nastyakitsune/7de9ce67db8253e92a1538c587a3c4f8 to your computer and use it in GitHub Desktop.
App Linking React Native & Objective-C
#import <UIKit/UIKit.h>
#import <RNAppAuthAuthorizationFlowManager.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RNAppAuthAuthorizationFlowManager>
@property (nonatomic, strong) UIWindow *window;
@property(nonatomic, weak)id<RNAppAuthAuthorizationFlowManagerDelegate>authorizationFlowManagerDelegate;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment