react-native-simple-radio-button icon indicating copy to clipboard operation
react-native-simple-radio-button copied to clipboard

onPress() action on View component

Open Yoruba opened this issue 7 years ago • 1 comments

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

image

<RadioForm radioStyle={{ height: 45, alignSelf: 'stretch', paddingLeft: 8 }} />

Yoruba avatar Aug 09 '17 14:08 Yoruba

@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.

moschan avatar Aug 13 '17 03:08 moschan