Files
streamyfin/modules/background-downloader/expo-module.config.json
Fredrik Burmester e905737d5b wip: android support
2025-10-03 11:15:33 +02:00

13 lines
324 B
JSON

{
"name": "background-downloader",
"version": "1.0.0",
"platforms": ["ios", "android"],
"ios": {
"modules": ["BackgroundDownloaderModule"],
"appDelegateSubscribers": ["BackgroundDownloaderAppDelegate"]
},
"android": {
"modules": ["expo.modules.backgrounddownloader.BackgroundDownloaderModule"]
}
}