beefe / react-native-actionsheet

An elegant ActionSheet component for React Native.
MIT License
1.35k stars 345 forks source link

Support for automated tests #82

Open ErayCetinerGelato opened 5 years ago

ErayCetinerGelato commented 5 years ago

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

isa3bel commented 4 years ago

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