File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 9
9
10
10
#import " AppDelegate.h"
11
11
12
+ #import < React/RCTLinkingManager.h>
12
13
#import < React/RCTBundleURLProvider.h>
13
14
#import < React/RCTRootView.h>
14
15
@@ -34,4 +35,11 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
34
35
return YES ;
35
36
}
36
37
38
+ - (BOOL )application : (UIApplication *)application
39
+ openURL : (NSURL *)url
40
+ options : (NSDictionary <UIApplicationOpenURLOptionsKey,id> *)options
41
+ {
42
+ return [RCTLinkingManager application: application openURL: url options: options];
43
+ }
44
+
37
45
@end
Original file line number Diff line number Diff line change 20
20
<string >1.0 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
+ <key >CFBundleURLTypes </key >
24
+ <array >
25
+ <dict >
26
+ <key >CFBundleURLSchemes </key >
27
+ <array >
28
+ <string >myapp </string >
29
+ </array >
30
+ </dict >
31
+ </array >
23
32
<key >CFBundleVersion </key >
24
33
<string >1 </string >
25
34
<key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments