how to check if bottom tab is active in react native material bottom tab code example
Example: how to check if bottom tab is active in react native material bottom tab
tabBarIcon: ({ tintColor }) => (
<View>
<Icon style={[{color: tintColor}]} size={25} name={'ios-home'}/>
</View>),
}