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 773 forks source link

Fixed lstat on Android #514

Open omatrot opened 4 years ago

omatrot commented 4 years ago

lstat could not exit before calling the callback or the JavaScript side is lost in translation. The previous implementation starts an async task to work in background and exits. If you're lucky enough, the async task ends before stat ends and everything seems to work fine.