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
When on Android if you try to share a link on the Story view, it will not work.
From what I can tell it is due to the way the RN Share API is being used, by only passing through the title and url properties. The url property only works on iOS but doesn't work on Android.
On Android I believe it is the message property that should be used.
The text was updated successfully, but these errors were encountered:
When on Android if you try to share a link on the Story view, it will not work.
From what I can tell it is due to the way the RN Share API is being used, by only passing through the
title
andurl
properties. Theurl
property only works on iOS but doesn't work on Android.On Android I believe it is the
message
property that should be used.The text was updated successfully, but these errors were encountered: