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

support rtl direction #49

Open
kinandwair opened this issue Jul 24, 2018 · 2 comments
Open

support rtl direction #49

kinandwair opened this issue Jul 24, 2018 · 2 comments

Comments

@kinandwair
Copy link

No description provided.

@amed
Copy link

amed commented Aug 11, 2018

It supports rtl content, you just need to add:

<Timeline
  ...
columnFormat='single-column-right'
descriptionStyle={{textAlign: 'right'}}
titleStyle={{textAlign: 'right'}}

/>

@mohammadsolgi
Copy link

when i use I18nManager.forceRTL(true); your code not work corectly
i used this code:
descriptionStyle={{textAlign: 'left'}} titleStyle={{textAlign: 'left'}}

title and description go to the right position but Circle does not show in the timeline!
is there any solution for this case?
smartselect_20190217-150206_safarbecom

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

3 participants