Downloading Video in iOS / Android

How does the download option working within an iOS or Android environment (or does it work at all)? We’re looking at implementing the ability to download the contents of a video for offline viewing but I haven’t seen any examples of implementation. Does this option work with the React Native Player? If so I assume it would just store the file locally as an MP4? Any insight would be great

Hi there, in order to enable the download option on a video, it must have the mp4Support option set to TRUE. Then with our player you should be able to download the video in mp4 format.