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';