Skip to main content

LinkButton

LinkButtons are buttons that are normally used to open a new screen.

Import

import { LinkButton } from '@nomada-sh/react-native-eyecandy';

Example

Props

ButtonBase Props

Inherits ButtonBase Props


icon

Type
Icon

children

Text to display on the button.

Type
string

showChevronRight

If true, renders a chevron right icon on the right side of the button.

TypeDefault
booleantrue

bold

If true, the text will be bold.

TypeDefault
booleanfalse

focused

If true, the button will have a border color equal to the primary color.

TypeDefault
booleanfalse