2017-09-26 2 views

Répondre

1

Quelque chose comme ceci:

<View style={{ flex: 1, flexDirection: 'column'}}> 
    <View style={{ height: 70, backgroundColor: 'blue' }}> 
    </View> 
    <View style={{ height: 70, backgroundColor: 'green' }}> 
    </View> 
    <View style={{ flex: 1, backgroundColor: 'yellow' }}> 
    </View> 
</View> 

Je ne sais pas si les lignes bleues sont des lignes/remplissage/etc, mais vous devriez être en mesure d'ajouter ceux dans cette coquille.