feat: background download plugin and dep

This commit is contained in:
Adrian Castro
2024-03-27 19:49:45 +01:00
parent 020cb42e38
commit 1c5a63f8f1
4 changed files with 92 additions and 543 deletions

View File

@@ -1,6 +1,7 @@
import type { ExpoConfig } from "expo/config";
import withRemoveiOSNotificationEntitlement from "./config-plugins/withRemoveiOSNotificationEntitlement";
import withRNBackgroundDownloader from "./config-plugins/withRNBackgroundDownloader";
import { version } from "./package.json";
const defineConfig = (): ExpoConfig => ({
@@ -49,6 +50,7 @@ const defineConfig = (): ExpoConfig => ({
plugins: [
"expo-router",
[withRemoveiOSNotificationEntitlement as unknown as string],
[withRNBackgroundDownloader as unknown as string],
[
"expo-screen-orientation",
{