You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On our iOS app we have a bottom sheet where we display a list of stores above a map screen. We are setting snap points at 30%, 45%, 65% and 95%. The initial snap point is the first one at 30%. While on Android the users can slide the bottom sheet to the desired snap point with the two fingers when using TalkBack, the case is not the same with VoiceOver on iOS. While the bottom sheet has an 'adjustable' role the gestures do not seem to do anything at all.
Environment info
Library
Version
@gorhom/bottom-sheet
^4.6.1
react-native
0.73.5
react-native-reanimated
^3.7.1
react-native-gesture-handler
^2.15.0
Steps To Reproduce
On iOS:
Have a Bottom Sheet and add some snap points
Set the index to 0
Enable VoiceOver and set the focus on the Bottom Sheet
There is no way to adjust the Bottom Sheet position
Describe what you expected to happen:
Should be able to adjust the bottom sheet position
Reproducible sample code
It can simply be reproduced by using the sample react native app and adding a bottom sheet in the initial screen
Bug
On our iOS app we have a bottom sheet where we display a list of stores above a map screen. We are setting snap points at 30%, 45%, 65% and 95%. The initial snap point is the first one at 30%. While on Android the users can slide the bottom sheet to the desired snap point with the two fingers when using TalkBack, the case is not the same with VoiceOver on iOS. While the bottom sheet has an 'adjustable' role the gestures do not seem to do anything at all.
Environment info
Steps To Reproduce
On iOS:
Describe what you expected to happen:
Reproducible sample code
It can simply be reproduced by using the sample react native app and adding a bottom sheet in the initial screen
The text was updated successfully, but these errors were encountered: