react-native-countdown-component
react-native-countdown-component copied to clipboard
Count down container prop style
When RN App is RTL order of countdown section is reversed. like this (default styles):
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.