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
297 stars 106 forks source link

Allow multiple time retrieve the list of shared files #171

Open Christian-Agnoletto-Jakala opened 1 year ago

Christian-Agnoletto-Jakala commented 1 year ago

Now there is a method to call in order to clean the list of files: clearFileNames() In this way the list of shared file is kept until the clearFileNames() methods is called.