Skip to content
Discussion options

You must be logged in to vote

I ran into this issue as well in React Native.
Narrowed it down to having nested components on iOS.

<Pressable onPress={Keyboard.dismiss}>
    <View style={{flex: 1}}>
        {children}
    </View>
</Pressable>

The fix was adding accessible={false} to the "Pressable" parent component.
This should let you access the nested components in Maestro.

It is also mentioned in the Maestro docs.

@galgord hope this helps!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Fishbowler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants