-
Notifications
You must be signed in to change notification settings - Fork 523
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
change height while running #578
Comments
@rashawa did you try the prop |
have the same problem, did you solve it? |
I also have the same problem, my
|
+++ |
recalculateHiddenLayout fixed my problem. As for you who have still problems, check if you have the flexGrow: 1 or absolute positioning with top/bottom: 0 styles set to your hiddenItem View |
vielen Dank! Alles funktioniert wie es soll) |
hello I'm having an issue

my logic is
I have a swipe item list which contains a toggler too when I click on the toggle it shows another component in a vertical
way so this affects the height of the item and on this case the new hight of the visible row isn't reflected on the hidden one
is there a way to set a hight dependency to it ?
The text was updated successfully, but these errors were encountered: