Hey,
I always wanted to see a nice modern version of the moti animateheight post. Something like animate height to 'auto' on the web. The usecase is to have UI-elements to be expanded to full height once they are available in a fitting speed and from top to bottom. It's a nice animation because the content around doesn't shift in one step but is rather pushed out and the user doesnt lose the overview from where the currently scrolled when a wrapped component is rendered this way.
I found it to be very nice to have elements that a) load asynchronously and then expand to full height and/or b) have a fixed height by props (eg height = 0 or like 50 with loadingspinner or initial info). c) I like to the component to be a wrapper with according props and children so you can use it programatically. d) There should be no render of the full height initially(with the new architecture you can get height info ahead of first render ?).