From 1b42e61310ef2f69ffa7f978d5618740d5babb0a Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Wed, 1 Oct 2025 11:36:16 +0200 Subject: [PATCH] Revert "fix(tmp): remove plugin temporarely" This reverts commit 47c52e07394ab4bd6a523f8669ee878afa859489. --- app.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.config.js b/app.config.js index d72e1e73..6621e022 100644 --- a/app.config.js +++ b/app.config.js @@ -6,6 +6,9 @@ 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: {