How To Draw Vertical Dash Line In React Native

[Solved] How To Draw Vertical Dash Line In React Native | Lisp - Code Explorer | yomemimo.com
Question : how to draw vertical dash line in react native

Answered by : sameer-abrar

<View style={{ height: 1, width: '100%', borderRadius: 1, borderWidth: 1, borderColor: 'red', borderStyle: 'dotted' }} />

Source : https://stackoverflow.com/questions/55588821/how-can-i-display-dotted-line-in-react-native | Last Update : Tue, 22 Mar 22

Answers related to how to draw vertical dash line in react native

Code Explorer Popular Question For Lisp