Adding border only to the one side of the <Text/> component in React Native (iOS) #6833
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
I am facing something weird issue with React-Native's
<Text/>
component in iOS.I wanted to apply
borderBottomWidth
style into<Text/>
component but it did NOT work. However, theborderWidth
option worked.Is there any way to only apply bottom level border into the
<Text/>
component?Thank you!
(I have added same question in StackOverflow)
Note:
I am aware of following mentioned approaches in order to achieve this but in my case, I required to apply the style only to the
<Text/>
component.<View/>
to the<Text/>
and applyborderBottomWidth
style to the<View/>
. (borderBottomWidth
works fine with<View/>
)<View/>
just below to the<Text/>
component which can look like a line.The text was updated successfully, but these errors were encountered: