Skip to content

Commit

Permalink
Merge pull request #1 from discord/discord/main
Browse files Browse the repository at this point in the history
remove BottomSheetHandle accessibility attributes
  • Loading branch information
aweary authored Dec 21, 2022
2 parents 54abf0c + df99502 commit 81d395b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ function BottomSheetHandleContainerComponent({
>
<Animated.View
key="BottomSheetHandleContainer"
accessible={true}
accessibilityRole="adjustable"
accessibilityLabel="Bottom Sheet handle"
accessibilityHint="Drag up or down to extend or minimize the Bottom Sheet"
onLayout={handleContainerLayout}
>
<HandleComponent
Expand Down

0 comments on commit 81d395b

Please sign in to comment.