fix(tmp): remove plugin temporarely

This commit is contained in:
Fredrik Burmester
2025-09-30 11:00:15 +02:00
parent e9effd5436
commit 47c52e0739

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: {