Open ErayCetinerGelato opened 5 years ago
Is it possible to add accessibility IDs/testIDs to action sheet buttons?
yes, in ActionSheetCustom.js in the method _createButtons. In TouchableHighlight there's already accessible=true, and accessibilityLabel={title} you can add testID={title}
accessible=true
accessibilityLabel={title}
testID={title}
Is it possible to add accessibility IDs/testIDs to action sheet buttons?