react native
21.12.16 ScrollView 수평으로
슈팅스타제제
2021. 12. 16. 16:53
horizontal={true} 속성 추가
return (
<ScrollView
horizontal={true}
>
//
</ScrollView>
)