Replies: 1 comment 5 replies
-
I think I have the same issue. For some reason its not reproducable on snack Second try that renders is with topInsets set to 500 Screen.Recording.2025-07-31.at.1.50.58.PM.mov |
Beta Was this translation helpful? Give feedback.
5 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.
-
When I use reanimated 4, some bottom sheets with dynamic resizing enabled no longer work. After calling function
present
immediatelyonDismiss
is called and the sheet flashes shortly. It is consistently the same ones that do not work. It seems that this is because there is not enough height in the children. If I create a view with a fixed height of at least 80px, the view is rendered.Does anyone else have this problem? Or does anyone have any idea why this might be happening? If more info is needed let me know.
Working with reanimated 3.19.0:
https://github.com/user-attachments/assets/64163bb8-5058-464e-982c-dbb9307a8780
Broken with reanimated 4.0.1:
https://github.com/user-attachments/assets/3db810c0-cdb7-44e9-b80e-1ec0b79e5568
Fixed with
<View className="h-20 w-full bg-red-500" />
https://github.com/user-attachments/assets/0e345a0d-49e3-42c2-bbe5-da2cee53ad24
Packages used:
Beta Was this translation helpful? Give feedback.
All reactions