You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using constraint field for layout:fillHorizontally or layout:fillVertically (for example layout:fillVertically = constraintName = super inset(40)) the generator fails with an error "Invalid redeclaration of constraintName". This is because when making constraints for the fill, the generator creates two constraints with the same name:
When using constraint field for
layout:fillHorizontally
orlayout:fillVertically
(for examplelayout:fillVertically = constraintName = super inset(40)
) the generator fails with an error "Invalid redeclaration ofconstraintName
". This is because when making constraints for the fill, the generator creates two constraints with the same name:The text was updated successfully, but these errors were encountered: