DEV Community

skptricks
skptricks

Posted on

React Native Underline Text Using StyleSheet

Source : React Native Underline Text Using StyleSheet

This tutorial explains how To create underline text in react native app using css stylesheet. Sometime developers need to highlight the specify text by marking it as underline and for that we need to perform some modification in stylesheet design. textDecorationLine: 'underline' style property of Text component is used to create Underline Text in both Android and iOS react native application.

Click here to read more...

Top comments (0)