1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Fix image viewer placeholder

This commit is contained in:
xmflsct
2023-02-08 21:41:16 +01:00
parent 48481a4cd5
commit 0185335138
3 changed files with 6 additions and 4 deletions

View File

@@ -52,6 +52,7 @@ const ScreenTabs = () => {
return (
<View style={{ flexDirection: 'row', alignItems: 'center' }}>
<GracefullyImage
key={accountActive}
sources={{ default: { uri: avatarStatic } }}
dimension={{ width: size, height: size }}
style={{