This was in the comments section, but I'll post it here as well.
Thank you @Suppose!
This was achieved by add style flex:1
.
<View style={{ flex:1 }}>
<View>
<Text>a</Text>
(...5lines)
</View>
<ScrollView>
<Text>1</Text>
<Text>2</Text>
(...70lines)
</ScrollView>
</View>