Skip to content

Commit

Permalink
fix: iOS Email URL sharing bug (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrobert3 committed Jul 8, 2021
1 parent 82beebf commit d106eff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/EmailShare.m
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ - (void)shareSingle:(NSDictionary *)options
} else {
// if not a file, just append it to message
message = [message stringByAppendingString: [@" " stringByAppendingString: [RCTConvert NSString:options[@"url"]]] ];
[mc setMessageBody:message isHTML:NO];
}
}

Expand Down

0 comments on commit d106eff

Please sign in to comment.