Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTL Support #22

Open
varqasim opened this issue Apr 1, 2018 · 1 comment
Open

RTL Support #22

varqasim opened this issue Apr 1, 2018 · 1 comment

Comments

@varqasim
Copy link

varqasim commented Apr 1, 2018

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
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants