Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native add line below text

<View style={styles.lineUnder}>
	<Text>example text</Text>
</View>

const styles = StyleSheet.create({
    lineUnder: {
        borderBottomColor: 'black',
        borderBottomWidth: 1,
    }
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #add #line #text
ADD COMMENT
Topic
Name
2+5 =