Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: enableDynamicSizing not working with footerComponent and BottomSheetScrollView with enableFooterMarginAdjustment true #1995

Closed
Brma1048 opened this issue Oct 24, 2024 · 1 comment
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@Brma1048
Copy link

Version

v5

Reanimated Version

v3

Gesture Handler Version

v2

Platforms

iOS, Android

What happened?

The dynamic sizing does not work correctly when the content is smaller than the footer component. The content is behind the footerComponent and gets not bumped up with enableFooterMarginAdjustment from the BottomSheetScrollView.
When i add a minHeight to my content thats bigger than the height of the footer it works, but when not the content is behind the sticky footer.

Reproduction steps

  • Add a BottomSheetModal
  • Set enableDynamicSizing to true
  • Add a footerComponent with
  • Add as child with enableFooterMarginAdjustment
  • Add some as child of the (needs to be smaller than the footerComponent)

Reproduction sample

Relevant log output

No response

@Brma1048 Brma1048 added the bug Something isn't working label Oct 24, 2024
Copy link

Hello @Brma1048 👋, this issue is being automatically closed and locked because it does not follow the issue template.

@github-actions github-actions bot added the invalid This doesn't seem right label Oct 24, 2024
@github-actions github-actions bot locked as spam and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant