Skip to content

iOS snapshot not retrive TouchableOpacity element in a React Native app #30

@zaka7024

Description

@zaka7024

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions