phuochau / react-native-thumbnail

Get thumbnail from local media. Currently, it only supports for video.
MIT License
135 stars 104 forks source link

Race condition - file not found for result.path #16

Closed timt closed 6 years ago

timt commented 6 years ago

Sometimes the path is returned but the file has not finished writing to that location. That can result in a file not found error when trying to display.

timt commented 6 years ago

This is not the case, what was actually happening was the video did not yet exist on the file system, but this library still created a uri for a thumbnail, which also did not exist.

ereenyessamhanna commented 6 years ago

any updates about solving this issue?