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

---

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

# Interface: AndroidBigTextStyle

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

The interface used when displaying a Big Text Style notification.

<Vimeo id="android-style-bigtext" caption="Android Big Text Style" />

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

## Platform

android

## Properties

### summary?

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

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

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

---

### text

> **text**: `string`

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

The text to display when the notification is expanded.

---

### title?

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

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

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

---

### type

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

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

Constant enum value used to identify the style type.
