RadioGroupItem
Import
import { RadioGroupItem } from '@nomada-sh/react-native-eyecandy';
Example
See RadioGroup example.
Props
Requiredvalue
| Type |
|---|
| any |
Requiredlabel
| Type |
|---|
| string |
selected
| Type |
|---|
| boolean |
onPress
(value: any) => void;
| Type |
|---|
| function |
style
| Type |
|---|
| View Style |
containerStyle
| Type |
|---|
| View Style |
numberOfLines
| Type | Default |
|---|---|
| number | 1 |
testID
| Type |
|---|
| string |