React native react-navigation createBottomTabNavigator do not show icons
I would like to remove the icons from the Bottom Tab Navigator, I've tried using the tabBarShowIcon flag with both true and false but it doesn't seem to work. Editor tells me that this property doesn't exist. Can you tell…