Skip to content

Commit 0d97195

Browse files
author
tfomkin
committed
fix: use expo legacy filesystem
1 parent a9c721d commit 0d97195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libs/mobile/shared/data-access/file-system-service/src

libs/mobile/shared/data-access/file-system-service/src/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { i18n } from '@ronas-it/react-native-common-modules/i18n';
22
import * as DocumentPicker from 'expo-document-picker';
3-
import * as FileSystem from 'expo-file-system';
3+
import * as FileSystem from 'expo-file-system/legacy';
44
import { Directory, File, Paths } from 'expo-file-system/next';
55
import * as Sharing from 'expo-sharing';
66
import { ToastService } from '@open-webui-react-native/shared/utils/toast-service';

0 commit comments

Comments
 (0)