ajith-ab / react-native-receive-sharing-intent

A React Native plugin that enables React Native apps to receive sharing photos, videos, text, urls or any other file types from another app
MIT License
309 stars 112 forks source link

How to set limit of media while share #79

Open Navneet271093 opened 3 years ago

Navneet271093 commented 3 years ago

How can I set a limit for sharing media while sharing? I want to hide my app if the limit exceeds. For example, if I choose 10 media from the google photos app will show in sharing options but If choose 11th media app should remove from the sharing option. Please help me with this