Replies: 1 comment 1 reply
-
|
Hey! Do you want it to work in a similar way to how it works in the video in this PR's description? If yes, you may try looking at this example implementation in the example app. You may even clone the repo and play with this example locally to see if it fulfills your requirements. |
Beta Was this translation helpful? Give feedback.
1 reply
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,
Sortable.Gridwithcolumns={1}work like a charm as a vertical list of draggable items. I need to have these items expandable like e.g an accordion - currently I am usingreact-native-collapsiblepackage to expand/collapse item subcontent. Problem is that the grid items underneath the currently expanded item does not animate down/up while expanding/expanding. These items animates right after collapsible animation ends. I guess it has something to do with re-layouting the grid items after animation ends - so it does not support dynamically animated item height change. Any ideas/suggestions how to solve it?Beta Was this translation helpful? Give feedback.
All reactions