How can i do for my tag "Encontrados" behaves like a span.i mean that it only take the space of the word necesary , this space can vary for other words like Adopcion or Perdidos but the behave i want its the same, i cant make it work.This is my code:
<View><Text style={styles.tag}>{tagType}</Text></View>
tag: {
borderRadius: 6,
borderColor: "#999",
borderWidth: 2,
padding: 5,
marginBottom: 10,
fontWeight: "600",
color: "#999"
}
It looks like a simple question but i new in react and i cant found a solution in the web, thanks for reading.