Fix avatar not updated

This commit is contained in:
xmflsct 2023-02-09 14:19:50 +01:00
parent 4864f6cd5c
commit eecd871d65
1 changed files with 1 additions and 2 deletions

View File

@ -50,9 +50,8 @@ const ScreenTabs = () => {
return <Icon name='bell' size={size} color={color} />
case 'Tab-Me':
return (
<View style={{ flexDirection: 'row', alignItems: 'center' }}>
<View key={avatarStatic} style={{ flexDirection: 'row', alignItems: 'center' }}>
<GracefullyImage
key={accountActive}
sources={{ default: { uri: avatarStatic } }}
dimension={{ width: size, height: size }}
style={{