Skip to content

Fix Accessibility on Background Containers #2282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Conversation

braandl
Copy link

@braandl braandl commented May 9, 2025

In the current state, the screenreader is always focusing containers on its way down to the contents of the bottomsheet.

this is (possibly) not the wanted behavior, so we changed it.

stropho and others added 29 commits April 30, 2023 15:33
* fix: react 18 types

* fix: allow providing whatever version of react types the library consumer needs as optional peer dependecies
…hom#1335)(by @eps1lon)

* fix(BottomSheetScrollView): Scroll responder types use mixin

* chore: removed unused import

---------

Co-authored-by: gorhom <[email protected]>
* fix: crash on swipe down

* fix: keyboard dismiss on JS thread

* fix: call the keyboard dismiss method

---------

Co-authored-by: Mo Gorhom <[email protected]>
…hom#1309)(by @magrinj)

* fix: bottom sheet modal appear behind native views

* feat: add bottomSheetWrapper prop to specify a custom wrapper component

* fix: edit regardless of the comments
@beqramo)

* fix: keyboard on focus

* fix: updated containerOffset top value to default to 0

---------

Co-authored-by: Mo Gorhom <[email protected]>
* feat: added dynamic sizing

* chore: updated dynamic sizing example

* chore: removed commented code

* chore: added deprecated tag to useBottomSheetDynamicSnapPoints

* chore: added extra description for snap points prop
* fix(bottomSheet): snapPoints type

* fix(bottomSheet): fix lint
Release 5.0.0-alpha.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.