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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user