Skip to content

Commit 497ba17

Browse files
fix: fixed problems with animation of icon in expo-vector-icons 14
1 parent 4ee5b4f commit 497ba17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TabsHeaderItem.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ export default function TabsHeaderItem({
115115
iconPosition !== 'top' && styles.marginRight,
116116
]}
117117
>
118-
{/*<AnimatedText style={{ color, opacity }}>BB</AnimatedText>*/}
119118
{tab.props.icon ? (
120119
Platform.OS === 'android' ? (
121120
<Animated.View style={{ opacity }}>

0 commit comments

Comments
 (0)