Revert "fix(tmp): remove plugin temporarely"

This reverts commit 47c52e0739.
This commit is contained in:
Fredrik Burmester
2025-10-01 11:36:16 +02:00
parent fb032fa973
commit 1b42e61310

View File

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