react-native-paper icon indicating copy to clipboard operation
react-native-paper copied to clipboard

Feat/list icon size

Open PeterTorki opened this issue 6 months ago • 1 comments

Summary

Adds a new iconSize prop to List.Icon allowing consumers to set a custom icon size instead of the fixed 24px default.

Motivation

Previously, List.Icon always rendered at 24px, which limited flexibility. This change makes it possible to scale icons up or down based on design needs.

Example

<List.Icon icon="calendar" iconSize={32} />
<List.Icon icon="equal" iconSize={18} />

PeterTorki avatar Aug 22 '25 13:08 PeterTorki

Hey @PeterTorki, thank you for your pull request 🤗. The documentation from this branch can be viewed here.

callstack-bot avatar Aug 22 '25 13:08 callstack-bot