mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-27 01:06:42 +01:00
chore: update dependencies and refactor config plugin imports (#993)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
const { withAppDelegate, withXcodeProject } = require("@expo/config-plugins");
|
||||
const { withAppDelegate, withXcodeProject } = require("expo/config-plugins");
|
||||
const fs = require("node:fs");
|
||||
const path = require("node:path");
|
||||
|
||||
/** @param {import("@expo/config-plugins").ExpoConfig} config */
|
||||
/** @param {import("expo/config-plugins").ExpoConfig} config */
|
||||
function withRNBackgroundDownloader(config) {
|
||||
/* 1️⃣ Add handleEventsForBackgroundURLSession to AppDelegate.swift */
|
||||
config = withAppDelegate(config, (mod) => {
|
||||
|
||||
Reference in New Issue
Block a user