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

Make buttons appear on the right? #18

Open
ariselseng opened this issue Oct 4, 2017 · 4 comments
Open

Make buttons appear on the right? #18

ariselseng opened this issue Oct 4, 2017 · 4 comments

Comments

@ariselseng
Copy link

Hi,
How can I make the radio buttons appear on the right instead of the left?

@MosesGit
Copy link

Was anyone able to figure this out or is it not supported?

@konstantin-mohin
Copy link

@cowai
@mchen37
just add styles to the RadioGroup component

<RadioGroup style={{ alignItems: 'flex-end', flex: 1,}}>

@donniean
Copy link

donniean commented May 4, 2018

@cowai @mchen37

<RadioGroup
    style={{
        flexDirection: 'row-reverse',
        justifyContent: 'flex-end'
    }}
>
    {this.props.children}
</RadioGroup>;

@ramviki
Copy link

ramviki commented Aug 13, 2018

<RadioGroup> <Radio Button value="2" style={{ flexDirection: 'row-reverse', justifyContent: 'space-between', alignItems: 'center', }}> <Text> button </Text> </RadioButton> </RadioGroup>;

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

5 participants