<View style={styles.lineUnder}> <Text>example text</Text> </View> const styles = StyleSheet.create({ lineUnder: { borderBottomColor: 'black', borderBottomWidth: 1, } });