Update react native (#163)
* updating react-native * swapping to new arch enabled image library * fixing store styling + padding issues * using legacy file system api for compatibility * fixed dimensions * fixing back handler on homepage * fixed non awaited promise * standardized seed language * updating firebase dependency versions * removing uneeded maven
This commit is contained in:
@@ -18,7 +18,7 @@ import {
|
||||
downloadAsync,
|
||||
getInfoAsync,
|
||||
makeDirectoryAsync,
|
||||
} from 'expo-file-system';
|
||||
} from 'expo-file-system/legacy';
|
||||
import {getAllLocalKeys, getMultipleItems} from '../app/functions/localStorage';
|
||||
const FILE_DIR = cacheDirectory + 'profile_images/';
|
||||
const ImageCacheContext = createContext();
|
||||
|
||||
Reference in New Issue
Block a user