react-native-branch-deep-linking-attribution
react-native-branch-deep-linking-attribution copied to clipboard
showShareSheet dialog looks incredibly dated/old (Android 11)
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?

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.