Answers for "border declaration in css for react native"

3

border react native

button: {  
	borderWidth: 4,
    borderColor: "#20232a",
}
Posted by: Guest on December-14-2020
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

Code answers related to "border declaration in css for react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language