react-native-simple-radio-button
react-native-simple-radio-button copied to clipboard
onPress() action on View component
When I style the radio button like this. The clickable part is only the yellow part. Is it possible to put the onPress() action on a View container so that the whole button is clickable.
Thanks, Adri
<RadioForm radioStyle={{ height: 45, alignSelf: 'stretch', paddingLeft: 8 }} />
@Yoruba Thanks for your issue!
If you try as Pro style, it might be possible. But it will be complicated. I'm working for providing this way of implementation as simple way.