In React-Native, how do I add font borders to Text-components?
I\'ve tried using border and shadow{Color, Radius, Opacity, Offset}, but haven\'
border
shadow{Color, Radius, Opacity, Offset}
You need to at least set the borderWidth, it must be set to an integer. The default border color is black, you can change the color with borderColor