feat: background task for mp4 downloads

This commit is contained in:
Adrian Castro
2024-03-27 23:57:02 +01:00
parent 1c5a63f8f1
commit 57cd3e642b
5 changed files with 114 additions and 58 deletions

View File

@@ -1,8 +1,8 @@
import type { ExpoConfig } from "expo/config";
import withRemoveiOSNotificationEntitlement from "./config-plugins/withRemoveiOSNotificationEntitlement";
import withRNBackgroundDownloader from "./config-plugins/withRNBackgroundDownloader";
import { version } from "./package.json";
import withRemoveiOSNotificationEntitlement from "./src/plugins/withRemoveiOSNotificationEntitlement";
import withRNBackgroundDownloader from "./src/plugins/withRNBackgroundDownloader";
const defineConfig = (): ExpoConfig => ({
name: "movie-web",