Android
How to make Icon.Button untouchable, that don't catch touch event?
Having the same issue in ios as well.
I'm trying to access an icon with detox for e2e testing. Every time the test fails.
It seems that we will not be able to .tap() an icon. Giving testID didn't work either.
In my case it is just
Kindly let me know if touchable can be added or a testID can be added. How?
Having the same issue in ios as well.
I'm trying to access an icon with detox for e2e testing. Every time the test fails.
It seems that we will not be able to .tap() an icon. Giving testID didn't work either.
In my case it is justKindly let me know if touchable can be added or a testID can be added. How?
@Siva123Prasad did you solve in some way?
Most helpful comment
Having the same issue in ios as well.
I'm trying to access an icon with detox for e2e testing. Every time the test fails.
It seems that we will not be able to .tap() an icon. Giving testID didn't work either.
In my case it is just
Kindly let me know if touchable can be added or a testID can be added. How?