Skip to content
Advertisement

react native: there is way to change color of radio button?

there is way to color the whole button both inside and outside ? coz as it now so its color white in outside and the inside is blue but i want it will be white also . i use the react-native-simple-radio-button and u can see the link.. the link

JavaScript

Advertisement

Answer

when use RadioForm you can set selectedButtonColor prop

example : selectedButtonColor = ‘white’

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement