Tata Letak Anak ScrollView (JustifyContent) harus diterapkan melalui ContentContainerstyle Prop

//change your style prop in the scrollview to contentContainerStyle


//from
<ScrollView style={{your style}}>
</ScrollView>

//to
<ScrollView contentContainerStyle={{your style}}>
</ScrollView>
Happy Hamerkop