Skip to content

AccessibilityID is not working on bottom Tabs #7213

Open
@OM-Loved

Description

@OM-Loved

🐛 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'
                                        }
                                    }

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions