-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevented coordinator intercepting sheet scrolls
Couldn't scroll in a bottomsheet or sheet because the coordinator was intercepting it. This interception is a workaround for [a (react native or android?) bug](facebook/react-native#44099) where the nested scroll stops working of scroll content shorter than height. Checked if the event target is a sheet and don't intercept in that case.
- Loading branch information
1 parent
8774eef
commit 382f7cb
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters