Try the following options {flexWrap: 'wrap', flexShrink: 1 } <View style={{flexDirection:'row',flexWrap: 'wrap', flexShrink: 1 , paddingTop:5,paddingBottom:5, height:70, maxHeight:120}}> <Text>Long text...</Text> </View> it works.