mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:53:24 +00:00
feat: background task for mp4 downloads
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user