fix: use expo-image to prevent image flickering

This commit is contained in:
2024-10-01 17:44:05 +01:00
parent 2b4b63a554
commit da77ae7cd6
3 changed files with 13 additions and 2 deletions

View File

@@ -40,7 +40,8 @@
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.10",
"zustand": "^5.0.0-rc.2"
"zustand": "^5.0.0-rc.2",
"expo-image": "~1.13.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",