Hi ! It seems I can't use `WithConstraints` any mo...
# compose
l
Hi ! It seems I can't use
WithConstraints
any more (AS reports a syntax error and does not find an alternative, nor purpose an import). What workaround should I use ? My use case is that : • in portrait, one component must take the full client width (the application allocated width), • in landscape, the same component must take the full client height.
a
It was renamed to
BoxWithConstraints
in the transition to beta
👍 1
👆 1
l
Thank you very much 🙂 I'm gonna use it.