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