Answers for "make curve border in react native"

5

adding border in react native

borderColor string
borderTopColor string
borderRightColor string
borderBottomColor string
borderLeftColor string
borderRadius number
borderTopLeftRadius number
borderTopRightRadius number
borderBottomLeftRadius number
borderBottomRightRadius number
borderStyle enum('solid', 'dotted', 'dashed')
borderWidth number
borderTopWidth number
borderRightWidth number
borderBottomWidth number
borderLeftWidth number
Posted by: Guest on May-10-2020
0

circle border react native

To add border use style={{border:your color}}
For example
<Button style={{border:red}}></Button>
Posted by: Guest on July-16-2021

Code answers related to "make curve border in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language