Replies: 1 comment
-
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋 and thanks for the amazing library!
I'm trying to implement a bottom sheet with fixed header (always visible) scrollable content area in the middle (FlatList or ScrollView) and fixed footer (e.g. a Button)
I want to use enableDynamicSizing={true} so the sheet resizes based on content.
But I also want to limit the dynamic height to something like SCREEN_HEIGHT * 0.7 (i.e. max 70% of screen).
Can you please share what the best practice to build this layout?
Beta Was this translation helpful? Give feedback.
All reactions