-
Notifications
You must be signed in to change notification settings - Fork 240
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
seconds and minutes not in the right order in RTL languages(like hebarw and Arabic) #87
Comments
Same Problem here !
this is a temp solution.. hope he will fix the problem asap. |
hey @jeffelector ,
|
I using your component in Hebrew project language. in Hebrew, the elements are printed from right to left(RTL) in the order you specify them in the React Tree(not like English which prints the elements from left to right). this causes the seconds to be on the right instead of the left (meaning if the time that reminded is 12 minutes and 50 seconds it will be printed 50:12 instead of 12:50)
it could be very nice if there was an option to print elements from right to left. (in the term of your components instead of using flexDirection row using row-reversed)
you can also just add a containerStyle property chich will enable the user to override your default style(which currently always use
flexDirection="row"
)The text was updated successfully, but these errors were encountered: