Fix expo-file-system legacy API imports

This commit is contained in:
2026-05-31 14:54:14 +02:00
parent e3bef6924c
commit 21d735aa9b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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 {