[**react-native-notify-kit**](react-native/reference/index)

---

[react-native-notify-kit](react-native/reference/index) / AndroidBigPictureStyle

# Interface: AndroidBigPictureStyle

Defined in: [packages/react-native/src/types/NotificationAndroid.ts:625](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L625)

The interface used when displaying a Big Picture Style notification.

<Vimeo id="android-style-bigpicture" caption="Android Big Picture Style" />

View the [Big Picture](/react-native/android/styles#big-picture) documentation to learn more.

## Platform

android

## Properties

### largeIcon?

> `optional` **largeIcon?**: `string` | `number` | `object` | `null`

Defined in: [packages/react-native/src/types/NotificationAndroid.ts:651](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L651)

A local file path using the 'require()' method or a HTTP or file URL to the picture to display.

If set, overrides the main notification `largeIcon` when the notification is expanded.

To hide the `largeIcon` when the notification is expanded, set to null. Similar to `thumbnailHidden` for attachments on iOS.

---

### picture

> **picture**: `string` | `number` | `object`

Defined in: [packages/react-native/src/types/NotificationAndroid.ts:637](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L637)

A local file path using the 'require()' method or a HTTP or file URL to the picture to display.

The image will be automatically resized depending on the device and it's size. If the image could
not be found a blank space will appear.

---

### summary?

> `optional` **summary?**: `string`

Defined in: [packages/react-native/src/types/NotificationAndroid.ts:656](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L656)

If set, overrides the main notification `summary` when the notification is expanded.

---

### title?

> `optional` **title?**: `string`

Defined in: [packages/react-native/src/types/NotificationAndroid.ts:642](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L642)

If set, overrides the main notification `title` when the notification is expanded.

---

### type

> **type**: [`BIGPICTURE`](react-native/reference/Enumeration.AndroidStyle#bigpicture)

Defined in: [packages/react-native/src/types/NotificationAndroid.ts:629](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L629)

Constant enum value used to identify the style type.
