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:
@@ -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={{
|
||||
|
Reference in New Issue
Block a user