Replies: 1 comment 1 reply
-
I created a minimal reproductible example and issue here: #2451 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i'm using
FullWindowOverlay
fromreact-native-screen
to put my toast and a security screen over the app.The issue is that it seems to block Maestro from seeing the app hierarchy so i can't
assertVisible
or eventapOn
on anything in my app.I didn't see any mention of this in the issues or discussion, which surprise me since
FullWindowOverlay
is quite popular among react-native app to put view above Modal, etcwhat's the trick for Maestro to be usable?
Beta Was this translation helpful? Give feedback.
All reactions