mirror of
https://github.com/tooot-app/app
synced 2025-01-21 21:35:34 +01:00
Fix avatar not updated
This commit is contained in:
parent
4864f6cd5c
commit
eecd871d65
@ -50,9 +50,8 @@ const ScreenTabs = () => {
|
|||||||
return <Icon name='bell' size={size} color={color} />
|
return <Icon name='bell' size={size} color={color} />
|
||||||
case 'Tab-Me':
|
case 'Tab-Me':
|
||||||
return (
|
return (
|
||||||
<View style={{ flexDirection: 'row', alignItems: 'center' }}>
|
<View key={avatarStatic} style={{ flexDirection: 'row', alignItems: 'center' }}>
|
||||||
<GracefullyImage
|
<GracefullyImage
|
||||||
key={accountActive}
|
|
||||||
sources={{ default: { uri: avatarStatic } }}
|
sources={{ default: { uri: avatarStatic } }}
|
||||||
dimension={{ width: size, height: size }}
|
dimension={{ width: size, height: size }}
|
||||||
style={{
|
style={{
|
||||||
|
Loading…
Reference in New Issue
Block a user