Example
Reference
Props
backfaceVisibility
The property defines whether or not the back face of a rotated image should be visible.backgroundColor
backgroundColor
borderBottomColor
borderBottomEndRadius
borderBottomLeftRadius
borderBottomRightRadius
borderBottomStartRadius
borderBottomWidth
borderColor
borderEndColor
borderLeftColor
borderLeftWidth
borderRadius
If the rounded border is not visible, try applyingoverflow: 'hidden' as well.
borderRightColor
borderRightWidth
borderStartColor
borderStyle
borderTopColor
borderTopEndRadius
borderTopLeftRadius
borderTopRightRadius
borderTopStartRadius
borderTopWidth
borderWidth
opacity
pointerEvents
Controls whether theView can be the target of touch events.
'auto': The View can be the target of touch events.'none': The View is never the target of touch events.'box-none': The View is never the target of touch events but its subviews can be.'box-only': The view can be the target of touch events but its subviews cannot be.

