diff --git a/src/services/logger.ts b/src/services/logger.ts index 41da7c34..5141c980 100644 --- a/src/services/logger.ts +++ b/src/services/logger.ts @@ -1,4 +1,4 @@ -import * as FileSystem from 'expo-file-system'; +import * as FileSystem from 'expo-file-system/legacy'; const logFileUri = FileSystem.documentDirectory + 'app_logs.txt'; diff --git a/src/services/settings.ts b/src/services/settings.ts index c255ab5a..ba8fc3da 100644 --- a/src/services/settings.ts +++ b/src/services/settings.ts @@ -1,5 +1,5 @@ import { File, Paths } from 'expo-file-system'; -import * as FileSystem from 'expo-file-system'; +import * as FileSystem from 'expo-file-system/legacy'; import { FRAMES } from '../data/frames'; export interface AppSettings {