react-native-multiple-image-picker icon indicating copy to clipboard operation
react-native-multiple-image-picker copied to clipboard

The library is caching a damaged video after killing the while loading

Open fhasni opened this issue 2 years ago • 1 comments

We have an upload media feature where we used react-native-multiple-image-picker, We figured out that some uploaded videos through this library on iOS are damaged. I checked the source code and I found that it is using a caching before providing a link to the cached media not of the original file.

The scenario to get damaged file is:

  • Select video
  • Then kill the app while loading
  • Open the app again try to select the same video
  • Bug: Video damaged

fhasni avatar May 05 '22 08:05 fhasni

Do you have a video description for this issue?

baronha avatar Sep 21 '23 16:09 baronha