talalmajali / react-native-countdown-component

React Native CountDown
MIT License
272 stars 236 forks source link

Count down container prop style #31

Open Maders opened 5 years ago

Maders commented 5 years ago

When RN App is RTL order of countdown section is reversed. like this (default styles): image with custom countdown prop style, the user can set flexDirection: I18nManager.isRTL ? 'row-reverse' : 'row' to have the correct style. this is my problem also this props has better for any another customizing component.