File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
website/versioned_docs/version-3.x Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export default createBottomTabNavigator(
72
72
// You can check the implementation below.
73
73
IconComponent = HomeIconWithBadge;
74
74
} else if (routeName === ' Settings' ) {
75
- iconName = ` ios-options${ focused ? ' ' : ' -outline ' } ` ;
75
+ iconName = ` ios-options` ;
76
76
}
77
77
78
78
// You can return any component that you like here!
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export default createBottomTabNavigator(
73
73
// You can check the implementation below.
74
74
IconComponent = HomeIconWithBadge;
75
75
} else if (routeName === ' Settings' ) {
76
- iconName = ` ios-options${ focused ? ' ' : ' -outline ' } ` ;
76
+ iconName = ` ios-options` ;
77
77
}
78
78
79
79
// You can return any component that you like here!
You can’t perform that action at this time.
0 commit comments