Calculate height of a dynamic view using GeometryReader at SwiftUi
In my code I need “height” var to be refreshed depending of the size of the view (carousel). I thought that it could be possible by using GeometryReader, but the size is not correct :((