contentContainerStyle
https://reactnative.dev/docs/scrollview#contentcontainerstyle
ここでgapを指定すると良い
code:ts
contentContainerStyle={{ gap: 40 }}
全ての子をWrapするScrollVew Containerに与えられるスタイル
ScrollできるContainerを作る
の考え方と同じ
mrsekut.icon
構成要素として、ConatinerとContentがある
Container側のstyleを指定するのが
style
Content側のstyleを指定するのが
contentContainerStyle