Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to draw vertical dash line in react native

<View style={{ height: 1, width: '100%', borderRadius: 1, borderWidth: 1, borderColor: 'red', borderStyle: 'dotted' }} />
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #draw #vertical #dash #line #react #native
ADD COMMENT
Topic
Name
2+5 =