From b940862715c1271c57a2118decca7c89b7607339 Mon Sep 17 00:00:00 2001 From: Developer Date: Fri, 20 Mar 2026 14:56:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=B9=E7=94=A8expo-file-system/legac?= =?UTF-8?q?y=E4=BF=AE=E5=A4=8DcreateDownloadResumable=E5=BA=9F=E5=BC=83?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hooks/useCheckUpdate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/useCheckUpdate.ts b/hooks/useCheckUpdate.ts index b04ef9f..086e0e1 100644 --- a/hooks/useCheckUpdate.ts +++ b/hooks/useCheckUpdate.ts @@ -1,6 +1,6 @@ import { useState } from 'react'; import { Alert, Platform } from 'react-native'; -import * as FileSystem from 'expo-file-system'; +import * as FileSystem from 'expo-file-system/legacy'; import * as IntentLauncher from 'expo-intent-launcher'; import Constants from 'expo-constants';