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.
Type | Required | Default |
---|---|---|
string | Yes | blue |
full
The full property, if true, then the button takes all the width.
Type | Required | Default |
---|---|---|
string | No | false |