React Native Reanimated Radio button component with label and description support
Prop | Type | Required | Default | Description |
---|---|---|---|---|
accessibilityLabel | string | No | - | Accessibility label for screen readers |
style | StyleProp<ViewStyle> | No | - | Additional styles for the container |
labelStyle | StyleProp<TextStyle> | No | - | Custom styles for the label text |
valueStyle | StyleProp<TextStyle> | No | - | Custom styles for the value text |
descriptionStyle | StyleProp<TextStyle> | No | - | Custom styles for the description text |