Fix expo-file-system legacy API imports
This commit is contained in:
@@ -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';
|
const logFileUri = FileSystem.documentDirectory + 'app_logs.txt';
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { File, Paths } from 'expo-file-system';
|
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';
|
import { FRAMES } from '../data/frames';
|
||||||
|
|
||||||
export interface AppSettings {
|
export interface AppSettings {
|
||||||
|
|||||||
Reference in New Issue
Block a user