Skip to content
Docs
Components
Touchables
IconButton

IconButton

IconButton component that is based on Ficus UI Button component.

Import

import { IconButton } from 'react-native-ficus-ui';

Usage

Props

Extends every Button props.

icon

The icon to display inside the button.

TypeRequired
ReactNodeYes