Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6215

decrease distance between bottomBorder and text

$
0
0

As an underline, I have added borderBottom to a view that is wrapped around my text element. However, the bottom is a bit lower than how I want it to be. Is there any way I can reduce the distance?

<View            style={[              styles.textContainer,              selected === index ? styles.selectedTab : null,            ]}><Text style={styles.tabText}>{item.text}</Text></View>
  selectedTab: {    borderBottomWidth: 3,    borderBottomColor: 'red',  }

Codesandbox:You'll see the underline when you click on one of the text items.https://snack.expo.io/@nhammad/shallow-watermelon


Viewing all articles
Browse latest Browse all 6215

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>