browniefed / react-native-ticker

React Native Number Ticker
https://www.npmjs.com/package/react-native-ticker
460 stars 46 forks source link

plz implement RTL support #24

Closed byteab closed 4 years ago

byteab commented 4 years ago

when the ticker hit >= 10. it show it like this ==>. 01. 02. 03. 04 instead of 10. 11 12

browniefed commented 4 years ago

The core and rendering of stuff is just exported. If you look in the code and copy-paste and implement support you need it will work.

The rendering of stuff is just so it's easy out of the box, but you have ultimate flexibility.