On iOS, my app Redirect Web for Safari, which uses ResizingTextView, has an issue where the animation of adding a new row to the List in SwiftUI isn't smooth.
before_converted.mov
This usually doesn't happen, and I think it's an edge case related to UITableView used inside List.
To solve it, I added a view.layoutIfNeeded() to ensure the layout is recalculated immediately. This is how it works now: