Replies: 2 comments
-
@sregg did you resolve this? We are having the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ran into this issue as well in React Native.
The fix was adding accessible={false} to the "Pressable" parent component. It is also mentioned in the Maestro docs. @galgord hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our React Native app, we see this full screen overlay layer that prevents Maestro from clicking on any element on the screen.
Has anyone seen this before?
It doesn't seem to be there when building a release build instead of debug.
Beta Was this translation helpful? Give feedback.
All reactions