Skip to content

Commit 4fc6f97

Browse files
authored
fix(Examples): Fix TestBottomTabsOrientation (#3757)
## Description Omission from #3722 (comment) ## Changes - fixed icon - removed badge, as no badges are displayed ## Checklist - [ ] Included code example that can be used to test this change. - [ ] Updated / created local changelog entries in relevant test files. - [ ] For visual changes, included screenshots / GIFs / recordings documenting the change. - [ ] For API changes, updated relevant public types. - [ ] Ensured that CI passes
1 parent 7031428 commit 4fc6f97

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

apps/src/tests/issue-tests/TestBottomTabsOrientation.tsx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,23 +109,22 @@ function makeTabConfigs(
109109
tabScreenProps: {
110110
screenKey: 'Portrait',
111111
title: 'Portrait',
112-
tabBarItemBadgeBackgroundColor: Colors.GreenDark100,
113-
icon: {
114-
ios: {
112+
ios: {
113+
icon: {
115114
type: 'templateSource',
116115
templateSource: require('../../../assets/variableIcons/icon.png'),
117116
},
118-
android: {
119-
type: 'drawableResource',
120-
name: 'sym_call_missed',
121-
},
122-
},
123-
selectedIcon: {
124-
ios: {
117+
selectedIcon: {
125118
type: 'templateSource',
126119
templateSource: require('../../../assets/variableIcons/icon_fill.png'),
127120
},
128-
android: {
121+
},
122+
android: {
123+
icon: {
124+
type: 'drawableResource',
125+
name: 'sym_call_missed',
126+
},
127+
selectedIcon: {
129128
type: 'drawableResource',
130129
name: 'sym_call_missed',
131130
},

0 commit comments

Comments
 (0)