From 47c52e07394ab4bd6a523f8669ee878afa859489 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Tue, 30 Sep 2025 11:00:15 +0200 Subject: [PATCH] fix(tmp): remove plugin temporarely --- app.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/app.config.js b/app.config.js index 6621e022..d72e1e73 100644 --- a/app.config.js +++ b/app.config.js @@ -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: {