RadioButton
RadioButtons allow the selection of an option from a set.
Import
import { RadioButton } from '@nomada-sh/react-native-eyecandy';
Example
Props
TouchableWithoutFeedback Props
Inherits TouchableWithoutFeedback Props.
value
| Type |
|---|
| boolean |
onValueChange
(value: boolean) => void;
| Type |
|---|
| function |
style
These styles will be applied to the container view.
| Type |
|---|
| View Style |
activeColor
| Type |
|---|
| string |
size
| Type | Default |
|---|---|
| number | 32 |
activeColor
| Type |
|---|
| string |
activeIcon
| Type |
|---|
| Icon |
activeIconColor
| Type |
|---|
| string |