-
-
Notifications
You must be signed in to change notification settings - Fork 867
Closed
Labels
Description
Bug
Contents of the BottomSheetModal component (also BottomSheet) are not accessible by screen reader on iOS.
Environment info
Library | Version |
---|---|
@gorhom/bottom-sheet | 4.0.2 |
react-native | 0.63.3 |
react-native-reanimated | 2.2.0 |
react-native-gesture-handler | 1.10.2 |
Steps To Reproduce
- Turn on voice over in iOS accessibility settings
- Navigate to the application
- Open Bottom Sheet Modal
- Try to tap on elements inside. It will focus only the wrapper, but not contents
Describe what you expected to happen:
- Expect screen reader to focus and announce items contained within a Bottom Sheet.
Reproducible sample code
ozasadnyy