Skip to content

Commit b940862

Browse files
author
Developer
committed
fix: 改用expo-file-system/legacy修复createDownloadResumable废弃报错
1 parent bb0fdbd commit b940862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/useCheckUpdate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useState } from 'react';
22
import { Alert, Platform } from 'react-native';
3-
import * as FileSystem from 'expo-file-system';
3+
import * as FileSystem from 'expo-file-system/legacy';
44
import * as IntentLauncher from 'expo-intent-launcher';
55
import Constants from 'expo-constants';
66

0 commit comments

Comments
 (0)