joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.84k stars 784 forks source link

[Android] Promise resolve and reject for actionViewIntent #535

Open chugunomi opened 4 years ago

chugunomi commented 4 years ago

Now actionViewIntent() will resolving on successful activity launch for viewing file. If no package was founded for viewing file - promise will reject with error No app installed for <MIME_TYPE>.

YesSkyscrapers commented 4 years ago

useful feature @ihavenoface5 can u take a look ?