Skip to content

Commit 9c0a980

Browse files
committed
Changed in versioned docs
1 parent 599acd3 commit 9c0a980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-3.x/tab-based-navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default createBottomTabNavigator(
7373
// You can check the implementation below.
7474
IconComponent = HomeIconWithBadge;
7575
} else if (routeName === 'Settings') {
76-
iconName = `ios-options${focused ? '' : '-outline'}`;
76+
iconName = `ios-options`;
7777
}
7878

7979
// You can return any component that you like here!

0 commit comments

Comments
 (0)