Is there a way to change outer radio circle's color?
bexoss opened this issue · 2 comments
bexoss commented
thegamenicorus commented
Hello @bexoss
You can upgrade react-native-flexi-radio-button to v. 0.1.9
I've add 'activeColor' to RadioGroup in this version.
From your example, you can code like these::
<RadioGroup
//...other props
color = 'grey'
activeColor = 'blue'
>
//...radio buttons
</RadioGroup>
Thank you for your request.
Enjoy coding :)
bexoss commented
@thegamenicorus Thanks to quick update! You are awesome!