Replies: 1 comment
-
I found that there's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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