Open varqasim opened 6 years ago
It would be nice to have an RTL support. Currently the text is always on the right of the radio button, for the current project I am working on it needs RTL support.
you can pass style={{flexDirection:'row-reverse'}} to the RadioButton,
<RadioButton style={{flexDirection:'row-reverse'}} > {children} </RadioButton>
It would be nice to have an RTL support. Currently the text is always on the right of the radio button, for the current project I am working on it needs RTL support.