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 790e7e4 commit 3b9e652Copy full SHA for 3b9e652
ios/GenericShare.m
@@ -17,7 +17,7 @@ - (void)shareSingle:(NSDictionary *)options
17
inAppBaseUrl:(NSString *)inAppBaseUrl {
18
19
NSLog(@"Try open view");
20
- if([serviceType isEqualToString:@"com.apple.social.twitter"]) {
+ if([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:inAppBaseUrl]]) {
21
SLComposeViewController *composeController = [SLComposeViewController composeViewControllerForServiceType:serviceType];
22
23
NSURL *URL = [RCTConvert NSURL:options[@"url"]];
0 commit comments