react-native-flexi-radio-button icon indicating copy to clipboard operation
react-native-flexi-radio-button copied to clipboard

RTL Support

Open varqasim opened this issue 6 years ago • 1 comments

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.

varqasim avatar Apr 01 '18 18:04 varqasim

you can pass style={{flexDirection:'row-reverse'}} to the RadioButton,

<RadioButton style={{flexDirection:'row-reverse'}} >
{children}
</RadioButton>

mohsinriaz17 avatar Dec 18 '18 06:12 mohsinriaz17