how change title font size in tab navigator code example
Example: how change title font size in tab navigator
tabBarOptions: {
labelStyle: {
fontSize: 10,
margin: 0,
padding: 0,
},
}
tabBarOptions: {
labelStyle: {
fontSize: 10,
margin: 0,
padding: 0,
},
}