thegamenicorus / react-native-flexi-radio-button

Simple and flexible Radio button for React Native App
https://www.npmjs.com/package/react-native-flexi-radio-button
MIT License
159 stars 64 forks source link

RTL Support #22

Open varqasim opened 6 years ago

varqasim commented 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.

mohsinriaz17 commented 5 years ago

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

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