[ios][links] Remove warning for dynamic links
This commit is contained in:
parent
2dcb84c327
commit
865944d9a9
|
@ -268,6 +268,11 @@ RCT_EXPORT_METHOD(createShortDynamicLink: (NSDictionary *) metadata resolver:(RC
|
|||
}
|
||||
}
|
||||
|
||||
+ (BOOL)requiresMainQueueSetup
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue