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.
Top comments (0)