mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-16 00:52:22 +00:00
chore: update dependencies and refactor config plugin imports (#993)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const { readFileSync, writeFileSync } = require("node:fs");
|
||||
const { join } = require("node:path");
|
||||
const { withDangerousMod } = require("@expo/config-plugins");
|
||||
const { withDangerousMod } = require("expo/config-plugins");
|
||||
|
||||
const withChangeNativeAndroidTextToWhite = (expoConfig) =>
|
||||
withDangerousMod(expoConfig, [
|
||||
|
||||
Reference in New Issue
Block a user