[**@notifee/react-native**](react-native/reference/index)

***

[@notifee/react-native](react-native/reference/index) / AndroidBigTextStyle

# Interface: AndroidBigTextStyle

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`

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

#### Defined in

[packages/react-native/src/types/NotificationAndroid.ts:653](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L653)

***

### text

> **text**: `string`

The text to display when the notification is expanded.

#### Defined in

[packages/react-native/src/types/NotificationAndroid.ts:643](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L643)

***

### title?

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

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

#### Defined in

[packages/react-native/src/types/NotificationAndroid.ts:648](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L648)

***

### type

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

Constant enum value used to identify the style type.

#### Defined in

[packages/react-native/src/types/NotificationAndroid.ts:638](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationAndroid.ts#L638)
