bad fix to the tab bar animation
This commit is contained in:
parent
532bc88ecc
commit
139027ac5f
2 changed files with 82 additions and 73 deletions
|
@ -53,6 +53,7 @@ export const FeedsTabBar = observer(
|
|||
<UserAvatar avatar={store.me.avatar} size={30} />
|
||||
</TouchableOpacity>
|
||||
<TabBar
|
||||
key={store.me.savedFeeds.listOfPinnedFeedNames.join(',')}
|
||||
{...props}
|
||||
items={items}
|
||||
indicatorPosition="bottom"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue