tab navigation react-native without title code example
Example: tab navigation react-native without title
You can use showLabel property of tabBarOptions to false
tabBarOptions={{
showLabel : false
}}
You can use showLabel property of tabBarOptions to false
tabBarOptions={{
showLabel : false
}}