Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content

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 applying overflow: 'hidden' as well.

borderRightColor


borderRightWidth


borderStartColor


borderStyle


borderTopColor


borderTopEndRadius


borderTopLeftRadius


borderTopRightRadius


borderTopStartRadius


borderTopWidth


borderWidth


opacity

pointerEvents

Controls whether the View 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.
Last modified on September 30, 2025