deanhet / react-native-text-ticker

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

Fix: Prop types #82

Closed miguelsoliv closed 3 years ago

miguelsoliv commented 3 years ago

While using the component with TypeScript, encountered some prop erros (like Property 'bounceDelay' does not exist or Property 'isRTL' is missing). Just fixing this to prevent some unnecessary errors popping up.

deanhet commented 3 years ago

Ah, my bad - totally forgot about the typescript definitions. Thanks for catching this. Will merge and push out a release now.