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.
| Type | Required |
|---|---|
| ReactNode | Yes |