Uploading videos from iOS devices

We are having the exact same issue described here:

VIdeos are uploaded as images to server on iOS devices, Whereas it works fine on Android.
How can we fix this issue ?
Thanks in advance.

steps to reproduce:
1- using MediaLibrary.getAssetsAsync() to get videos.
2- upload to server using fetch or axios APIs

The result of doing this on Android is a video, and on iOS is a snapshot of the video (image)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.