在 ScalaJs 中,我想使用 justifyContent 和 alignItems 样式属性,但是当我通过正常样式执行此操作时,它会说:
ScrollView 子布局 (["alignItems", "justifyContent"]) 必须通过 contentContainerStyle 属性应用。
def render() = {
ScrollView(style = UniversalStyleSheet.style(attribute = "value"))(
.
.
.
)
}
如果可能,请分享一些代码