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

9
package-lock.json generated
View File

@@ -17,6 +17,7 @@
"expo-constants": "~16.0.2",
"expo-file-system": "^17.0.1",
"expo-font": "~12.0.9",
"expo-image": "~1.13.0",
"expo-linking": "~6.3.1",
"expo-media-library": "^16.0.5",
"expo-router": "~3.5.23",
@@ -12180,6 +12181,14 @@
"expo": "*"
}
},
"node_modules/expo-image": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/expo-image/-/expo-image-1.13.0.tgz",
"integrity": "sha512-0NLDcFmEn4Nh1sXeRvNzDHT+Fl6FXtTol6ki6kYYH0/iDeSFWyIy/Fek6kzDDYAmhipSMR7buPf7VVoHseTbAA==",
"peerDependencies": {
"expo": "*"
}
},
"node_modules/expo-keep-awake": {
"version": "13.0.2",
"resolved": "https://registry.npmjs.org/expo-keep-awake/-/expo-keep-awake-13.0.2.tgz",