I\'m using react-navigation in my React Native project that I\'m setting up automated testing for using Detox.
Unfortunately, I don\'t see anything in the docs about
In case you are adding in the wrong place, try moving it to createBottomTabNavigator
createBottomTabNavigator
createBottomTabNavigator( { YourStackLabel: { screen: YourStackNavigator, navigationOptions: { tabBarTestID: "yourBottomBarButtonTestId", }, }, } );