fix: Fixed the import of expo-application to be the as expo docs and it allowed application to be populated (#648)

This commit is contained in:
lance chant
2025-04-11 17:56:29 +02:00
committed by GitHub
parent d8be7b2463
commit 16fb1a52ca

View File

@@ -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";