fix: remove unused code

This commit is contained in:
Fredrik Burmester
2025-10-03 14:47:02 +02:00
parent 06e19bd7e6
commit 3a8fb0a5e5
6 changed files with 1 additions and 454 deletions

View File

@@ -6,9 +6,6 @@ module.exports = ({ config }) => {
"react-native-google-cast",
{ useDefaultExpandedMediaControls: true },
]);
// Add the background downloader plugin only for non-TV builds
config.plugins.push("./plugins/withRNBackgroundDownloader.js");
}
return {
android: {