Replies: 2 comments 2 replies
-
I found that there's |
Beta Was this translation helpful? Give feedback.
0 replies
-
You ever found an answer? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I need to make only a part of the content scrollable inside
BottomSheetModal
. For example, if I want to have a custom header on the top and a footer on the bottom, and some scrollable content between them?Smth like this (pseudocode):
I tried using
BottomSheetScrollView
, but it makes all content scrollable. I can usestickyHeaderIndices
prop for the header, but there's nothing for the footer.I also tried to use
BottomSheetView
and add aScrollView
inside, but it didn't work correctly.Is there a good way to do it?
Beta Was this translation helpful? Give feedback.
All reactions