Skip to content
Docs
Components
Touchables
Button

Button

Button component that is based on react native Button component.

Import

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

Usage

Props

Extends every Box props and react native Button component.

https://reactnative.dev/docs/button#props (opens in a new tab)

colorScheme

The colorScheme property, will define background color and overlay color.

TypeRequiredDefault
stringYesblue

size

The size property, will define the size of the button.

TypeRequiredDefault
stringYes'md'

full

The full property, if true, then the button takes all the width.

TypeRequiredDefault
booleanNofalse

isRound

The isRound property, if true, then the button will have a borderRadius fully round.

TypeRequiredDefault
booleanNofalse