Files
streamyfin/modules/hls-downloader/expo-module.config.json
Fredrik Burmester cdd8d921fd fix: build error
2025-02-17 21:41:13 +01:00

10 lines
181 B
JSON

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