interface ShadowStyleIOS {
    shadowColor?: ColorValue;
    shadowOffset?: Readonly<{
        height: number;
        width: number;
    }>;
    shadowOpacity?: AnimatableNumericValue;
    shadowRadius?: number;
}

Hierarchy (view full)

Properties

shadowColor?: ColorValue
shadowOffset?: Readonly<{
    height: number;
    width: number;
}>

Type declaration

  • height: number
  • width: number
shadowOpacity?: AnimatableNumericValue
shadowRadius?: number