React-native-vector-icons: How to make Icon.Button untouchable?

Created on 3 Dec 2018  路  2Comments  路  Source: oblador/react-native-vector-icons

Environment

Android

Description

How to make Icon.Button untouchable, that don't catch touch event?

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?

All 2 comments

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 just

Kindly let me know if touchable can be added or a testID can be added. How?

@Siva123Prasad did you solve in some way?

Was this page helpful?
0 / 5 - 0 ratings