Can I reuse a node in Jetpack Compose? With the Vi...
# compose
f
Can I reuse a node in Jetpack Compose? With the View system, I can remove a view from its parent, then add it to another container. How can I achieve this with Compose?
n
You’re looking for
movableContentOf
f
Yes, it is. Thanks!
👍 1