When running agent-device snapshot on iOS, the output does not include any information about TouchableOpacity components. This leads to incomplete UI data being captured, making it difficult to verify or test interactive elements through the snapshot.
Steps to reproduce:
Open a React Native app containing TouchableOpacity elements.
Run agent-device snapshot
Review the generated snapshot data.
Notice that the TouchableOpacity elements are missing from the snapshot output.
Expected behavior:
TouchableOpacity elements should appear in the iOS snapshot output along with other visible UI components.
Request:
Could you please investigate and ensure that TouchableOpacity components are properly detected and included in the iOS snapshot data? If they are being intentionally excluded, please document the reason or provide an alternative way to capture them.
When running
agent-device snapshoton iOS, the output does not include any information about TouchableOpacity components. This leads to incomplete UI data being captured, making it difficult to verify or test interactive elements through the snapshot.Steps to reproduce:
Open a React Native app containing TouchableOpacity elements.
Run
agent-device snapshotReview the generated snapshot data.
Notice that the TouchableOpacity elements are missing from the snapshot output.
Expected behavior:
TouchableOpacity elements should appear in the iOS snapshot output along with other visible UI components.
Request:
Could you please investigate and ensure that TouchableOpacity components are properly detected and included in the iOS snapshot data? If they are being intentionally excluded, please document the reason or provide an alternative way to capture them.