Ginger Beard Studios
Ginger Beard Studios
@cosmosof For what it's worth, I had trouble getting `updateIsActiveIndex` working too but I figured out a solution. The documentation doesn't tell you this but you need to set a...
Default horizontal buttons should not be this close. How do we style spacing between the buttons. Preferably without having to build out an entire custom setup with definition for buttons,...
@SaurabhBrst @Shuunen I figured it out! There's a `radioStyle` prop that you can use to set styles on the radio buttons. I was able to do this: radioStyle={{paddingRight: 20}} and...