scrollview child layout ( justifycontent ) must be applied through the contentcontainerstyle prop
//change your style prop in the scrollview to contentContainerStyle//from<ScrollView style={{your style}}></ScrollView>//to<ScrollView contentContainerStyle={{your style}}></ScrollView>