Button
Buttons are pressable elements used to interact with the screen and to perform and operation.
Import
import { Button } from '@nomada-sh/react-native-eyecandy';
Example
Props
ButtonBase Props
Inherits ButtonBase Props
children
Text to display on the button.
Type |
---|
string |
textStyle
These styles will be applied to the text inside the button.
Type |
---|
Text Style |