Skip to main content

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

colorScheme

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

TypeRequiredDefault
stringYesblue

full

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

TypeRequiredDefault
stringNofalse