Support auto-resizing when scrollable enabled
#714
christophby
started this conversation in
Ideas
Replies: 1 comment
-
|
This will be supported on future version of TrueSheet. This is currently a limitation on RN Fabric itself, they've introduced support for this but it's not yet stable. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, auto-resizing is not supported as long as
scrollableis enabled.When
scrollableis enabled, the default detent is set to1, even when the content is smaller.This prevents us from using this library because the height of the content in our bottom sheets varies.
It would be great if auto-resizing were supported for scrollable content too (e.g. when the scrollable content is only half the screen height).
Beta Was this translation helpful? Give feedback.
All reactions