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:
Blake Kaufman
2025-10-04 10:46:57 -04:00
committed by GitHub
parent 50617d8753
commit 519bd3c8e2
80 changed files with 5727 additions and 4961 deletions
+1 -1
View File
@@ -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();