React-Native - fastlane screenshots with TabNavigation

242 Views Asked by At

I'm using fastlane in my react native for taking screenshots for the release phase, however I' quite in trouble concerning the navigation with TabNavigation from react-navigation.

How can I ask for a tap() on my tabNavigation's icons on the [...]Test.swift file in the testExample() method ? Using testID, but how to id for the component of tabNavigation ?

0

There are 0 best solutions below