Fixes to the tab bar

This commit is contained in:
Paul Frazee 2023-05-17 21:54:40 -05:00
parent 6bf8e72157
commit 177df36330
3 changed files with 47 additions and 112 deletions

View file

@ -57,7 +57,6 @@ export const FeedsTabBar = observer(
key={items.join(',')}
{...props}
items={items}
indicatorPosition="bottom"
indicatorColor={pal.colors.link}
/>
</Animated.View>