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 f702758 commit 34f72eaCopy full SHA for 34f72ea
1 file changed
apps/src/screens/BottomTabsAndStack.tsx
@@ -101,12 +101,12 @@ const NavigationTabsAndStack = (): React.JSX.Element => (
101
<Tab.Screen
102
name="A"
103
component={AStack}
104
- options={{ tabBarButtonTestID: 'bottom-tabs-A-tab' }}
+ options={{ tabBarTestID: 'bottom-tabs-A-tab' }}
105
/>
106
107
name="B"
108
component={BStack}
109
- options={{ tabBarButtonTestID: 'bottom-tabs-B-tab' }}
+ options={{ tabBarTestID: 'bottom-tabs-B-tab' }}
110
111
<Tab.Screen name="C" component={CStack} />
112
<Tab.Screen name="D" component={DStack} />
0 commit comments