Files
streamyfin/modules/hls-downloader/expo-module.config.json
Fredrik Burmester ce7ade7539 wip
2025-02-15 20:04:57 +01:00

10 lines
170 B
JSON

{
"platforms": ["ios"],
"apple": {
"modules": ["HlsDownloaderModule"]
},
"android": {
"modules": ["expo.modules.hlsdownloader.HlsDownloaderModule"]
}
}