We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599acd3 commit 9c0a980Copy full SHA for 9c0a980
website/versioned_docs/version-3.x/tab-based-navigation.md
@@ -73,7 +73,7 @@ export default createBottomTabNavigator(
73
// You can check the implementation below.
74
IconComponent = HomeIconWithBadge;
75
} else if (routeName === 'Settings') {
76
- iconName = `ios-options${focused ? '' : '-outline'}`;
+ iconName = `ios-options`;
77
}
78
79
// You can return any component that you like here!
0 commit comments