Can you please add accessibilityLabel & testID to hamburger, which will help us for acceptance testing?
static propTypes = {
testID: PropTypes.string,
accessibilityLabel: PropTypes.string,
};
const { props: { color, type, testID, accessibilityLabel, } } = this;
Can you please add accessibilityLabel & testID to hamburger, which will help us for acceptance testing?
static propTypes = {
testID: PropTypes.string,
accessibilityLabel: PropTypes.string,
};
const { props: { color, type, testID, accessibilityLabel, } } = this;