You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SocialSharing class has void return type for share and shareViaTwitter, instead of the expected Promise<any>, which breaks code using TypeScript. Is there a reason for this or is it a bug?
The SocialSharing class has
void
return type forshare
andshareViaTwitter
, instead of the expectedPromise<any>
, which breaks code using TypeScript. Is there a reason for this or is it a bug?https://github.com/driftyco/ionic-native/blob/master/src/plugins/socialsharing.ts#L34
https://github.com/driftyco/ionic-native/blob/master/src/plugins/socialsharing.ts#L64
The text was updated successfully, but these errors were encountered: