Skip to content

Instantly share code, notes, and snippets.

@Pinwheeler
Last active June 11, 2019 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pinwheeler/c82fb5517964a3955b747e01136c2d31 to your computer and use it in GitHub Desktop.
Save Pinwheeler/c82fb5517964a3955b747e01136c2d31 to your computer and use it in GitHub Desktop.
React Linking Manager
- (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity
restorationHandler:(void (^)(NSArray<id<UIUserActivityRestoring>> * _Nullable))restorationHandler
{
return [RCTLinkingManager application:application
continueUserActivity:userActivity
restorationHandler:restorationHandler];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment