joltup / rn-fetch-blob

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

Prevent crashes on Android devices #587

Open emilioicai opened 4 years ago

emilioicai commented 4 years ago

With the latest version of rn-fetch-blob we detected several related crashe due to a IllegalStateException which was not being managed. This PR adds a try catch block to prevent apps crashing for this reason.