react-native-actionsheet icon indicating copy to clipboard operation
react-native-actionsheet copied to clipboard

Support for automated tests

Open ErayCetinerGelato opened this issue 6 years ago • 1 comments

Is it possible to add accessibility IDs/testIDs to action sheet buttons?

ErayCetinerGelato avatar Jul 15 '19 06:07 ErayCetinerGelato

yes, in ActionSheetCustom.js in the method _createButtons. In TouchableHighlight there's already accessible=true, and accessibilityLabel={title} you can add testID={title}

isa3bel avatar Nov 25 '19 19:11 isa3bel