react-native-notify-kit

react-native-notify-kit / IOSAttachmentThumbnailClippingRect

Interface: IOSAttachmentThumbnailClippingRect

Defined in: packages/react-native/src/types/NotificationIOS.ts:670

The interface used to specify the portion of your image that you want to be displayed as the thumbnail

Values are in the range 0.0 to 1.0.

For example, specifying an origin (x,y) of (0.25, 0.25) and a size (width, height) of (0.5, 0.5) defines a clipping rectangle that shows only the center portion of the image.

Platform

ios

Properties