bad fix to the tab bar animation

This commit is contained in:
Ansh Nanda 2023-05-16 17:27:46 -07:00
parent 532bc88ecc
commit 139027ac5f
2 changed files with 82 additions and 73 deletions

View file

@ -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"