A React Native module allow download and manage drm offline
npm install react-native-drm-video-downloaderA React Native module allow download and manage drm offline
``sh`
npm install react-native-drm-video-downloader
`js
import DrmVideoDownloader from "react-native-drm-video-downloader";
// ...
const result = await DrmVideoDownloader.multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT