I am researching about implementing a custom Gallery in Android and iOS using React native. The interesting thing is that with tag Image
, I can show the thumbnail of mp4
video.
However, I receive the error: Error decoding image data <NSData 0x7fc2cb34dec0; 2516731 bytes>
when coming to MOV video files.
Do you know anyway to solve the issue? Or is there any better ways to show thumbnail instead of using tag Image
.