Upgrade unimodules with expo to use expo-file-system

This commit is contained in:
Elias Nahum
2021-11-06 18:08:22 -03:00
parent 604b6facf2
commit 880cfbb7ac
20 changed files with 1505 additions and 990 deletions

View File

@@ -2,9 +2,9 @@
// See LICENSE.txt for license information.
import Model from '@nozbe/watermelondb/Model';
import * as FileSystem from 'expo-file-system';
import mimeDB from 'mime-db';
import {Platform} from 'react-native';
import {FileSystem} from 'react-native-unimodules';
import {Files} from '@constants';
import {deleteEntititesFile, getIOSAppGroupDetails} from '@utils/mattermost_managed';