mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
fix tab labels
This commit is contained in:
@@ -93,7 +93,7 @@ const BottomTabBar: React.FC<BottomTabBarProps> = ({ state, descriptors, navigat
|
||||
label={label}
|
||||
name={route.name}
|
||||
isFocused={state.index === index}
|
||||
img={icons[options.icon]}
|
||||
img={icons[route.name]}
|
||||
navigation={navigation}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user