In ScalaJs, I want to use justifyContent and alignItems style attribute but when I do it through normal style it says:
ScrollView child layout (["alignItems", "justifyContent"]) must be applied through the contentContainerStyle prop.
def render() = {
ScrollView(style = UniversalStyleSheet.style(attribute = "value"))(
.
.
.
)
}
Please share some code if possible