How To Make View Dotted Line In Jsx

[Solved] How To Make View Dotted Line In Jsx | Lisp - Code Explorer | yomemimo.com
Question : how to make view dotted line in jsx

Answered by : sameer-abrar

<View style={{borderWidth:0.3, borderStyle:'dashed', borderRadius:1,borderColor:'black'}}></View>

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 make view dotted line in jsx

Code Explorer Popular Question For Lisp