From 16fb1a52ca8cfbb05cd59700c3cd8fc118e1d02c Mon Sep 17 00:00:00 2001 From: lance chant <13349722+lancechant@users.noreply.github.com> Date: Fri, 11 Apr 2025 17:56:29 +0200 Subject: [PATCH] fix: Fixed the import of expo-application to be the as expo docs and it allowed application to be populated (#648) --- components/settings/UserInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/settings/UserInfo.tsx b/components/settings/UserInfo.tsx index d910028f..0bd2887a 100644 --- a/components/settings/UserInfo.tsx +++ b/components/settings/UserInfo.tsx @@ -1,5 +1,5 @@ import { apiAtom, useJellyfin, userAtom } from "@/providers/JellyfinProvider"; -import Application from "expo-application"; +import * as Application from "expo-application"; import Constants from "expo-constants"; import { useAtom } from "jotai"; import { useTranslation } from "react-i18next";