Open
Description
🐛 Bug Report
I am trying to add an accessibility label on the bottom Tabs but it's not working on both IOS & Android.
Below is my code snippet.
options: {
bottomTab: {
icon: require('../../../Img/assets/bottomTab/sendIconInactive.png'),
selectedIcon: require('../../../Img/assets/bottomTab/sendIcon.png'),
text: 'To/From',
fontFamily: 'Manrope-Regular',
fontWeight: '600',
fontSize: 10,
selectedTextColor: '#F6B847',
textColor: '#000',
accessible: true,
accessibilityLabel: 'To/From',
testID: 'To/From'
}
}