Excluding activity types with share on android

I noticed on the react-native docs that excluding activity types on the share module is only available on IOS. I’m trying to prevent email/sms from the share sheet for analytics purposes. How can I circumvent this limitation on Android?

hi @snly2386, not sure why the rn module doesnt expose it for the Android platform, but you’d need to detach and make/import your own Share module with this behavior

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.