<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@jsamr/react-native-li](./react-native-li.md) &gt; [MarkedListProps](./react-native-li.markedlistprops.md) &gt; [markerTextStyle](./react-native-li.markedlistprops.markertextstyle.md)

## MarkedListProps.markerTextStyle property

A plain JavaScript object text style for the marker string. It is advised to pass the same `fontSize` and `lineHeight` as the list content for perfect horizontal alignment.

<b>Signature:</b>

```typescript
markerTextStyle?: TextStyle;
```

## Remarks

It should not contain CSS box model properties and it should be a plain JavaScript object. \*\*Do not\*\* use StyleSheet or array styles.

