We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3ee83 commit 1decba3Copy full SHA for 1decba3
Libraries/LinkingIOS/macos/RCTLinkingManager.mm
@@ -82,7 +82,7 @@ - (void)handleOpenURLNotification:(NSNotification *)notification
82
NSWindow *lastWindow = [[NSApp windows] lastObject];
83
[lastWindow makeKeyAndOrderFront:nil];
84
85
- [self sendEventWithName:@"url" body:notification.userInfo[@"url"]];
+ [self sendEventWithName:@"url" body:notification.userInfo];
86
}
87
88
RCT_EXPORT_METHOD(openURL:(NSURL *)URL
0 commit comments