react-native-branch-deep-linking-attribution icon indicating copy to clipboard operation
react-native-branch-deep-linking-attribution copied to clipboard

showShareSheet dialog looks incredibly dated/old (Android 11)

Open edreyyo opened this issue 5 years ago • 1 comments

The dialog which shows when calling showShareSheet on a newly created BUO looks really dated/old when running on Android 11 (see attached screenshot).

Is it possible to use the platform native share dialog instead?

android-share

edreyyo avatar Dec 07 '20 11:12 edreyyo

Those looking for a solution: I used Branch to create a shareable link using generateShortUrl, then used react-native-share to do the actual sharing. It looks a lot nicer than Branch's showShareSheet approach.

edreyyo avatar Dec 10 '20 12:12 edreyyo