Что именно и кому проставить нужно?
<View style={{ flex: 1, backgroundColor: 'red' }} >
<ScrollView style={{width:'100%', minHeight: '100%', backgroundColor: 'blue'}} >
<View style={{ width: '100%', height: 50, backgroundColor: 'green', marginTop: 20 }} />
<View style={{ width: '100%', height: 50, backgroundColor: 'green', marginTop: 20 }} />
</ScrollView>
</View>