Answers for "how to draw vertical dash line in react native"

0

how to draw vertical dash line in react native

<View style={{ height: 1, width: '100%', borderRadius: 1, borderWidth: 1, borderColor: 'red', borderStyle: 'dotted' }} />
Posted by: Guest on March-15-2022

Code answers related to "how to draw vertical dash line in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language