deanhet / react-native-text-ticker

React Native Text Ticker/Marquee Component
MIT License
453 stars 75 forks source link

Add types for ref #96

Closed heyitsaamir closed 3 years ago

heyitsaamir commented 3 years ago

Adding some types for TextTickerRef for more added typesafety :).

Also minor change was to remove generic variable T, as it wasn't being used.

deanhet commented 3 years ago

Big thanks for your PR's! Appreciate the work you've done here and I'll merge them and push out a minor release with them soon.