moschan / react-native-simple-radio-button

Simple and handy animated radio button component for React Native
MIT License
453 stars 130 forks source link

Move radio button to next row if more then 2 #167

Open sijjeel opened 3 years ago

sijjeel commented 3 years ago

Hello everyone,

I have 4 radio buttons and i would like to have 2 in a row and other 2 should move to next row, but currently i have all 4 radio buttons overlapping on each other in a single row.

Can anyone help me fix this issue?

Regards