Skip to content

Commit 34f72ea

Browse files
committed
change Example to use tab bar button test ID option name available in react-navigation 6 to fix iOS CI
1 parent f702758 commit 34f72ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/src/screens/BottomTabsAndStack.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ const NavigationTabsAndStack = (): React.JSX.Element => (
101101
<Tab.Screen
102102
name="A"
103103
component={AStack}
104-
options={{ tabBarButtonTestID: 'bottom-tabs-A-tab' }}
104+
options={{ tabBarTestID: 'bottom-tabs-A-tab' }}
105105
/>
106106
<Tab.Screen
107107
name="B"
108108
component={BStack}
109-
options={{ tabBarButtonTestID: 'bottom-tabs-B-tab' }}
109+
options={{ tabBarTestID: 'bottom-tabs-B-tab' }}
110110
/>
111111
<Tab.Screen name="C" component={CStack} />
112112
<Tab.Screen name="D" component={DStack} />

0 commit comments

Comments
 (0)