alinz / react-native-tabbar

Tab bar with more freedom
MIT License
265 stars 49 forks source link

How could I make tabs Supptort RTL #29

Closed samah2100 closed 8 years ago

samah2100 commented 8 years ago

I'm creating bilingual android application (English/Arabic) And I want when user select Arabic language the first tab display in the right side instead of left side What is the best way to do that?

alinz commented 8 years ago

@samah2100 the new version will give you more customization. if I were you I would center the word. You could also use textAlign style props for Text component and set it to right value.

closing this ticket.