Closed sahilchaddha closed 7 years ago
Fixed Offset issue. To Reproduce :
Set Large Text for MarqueeLabel to Scroll.Let it Scroll. Change the Text. The offset doesn't resets to 0. Added a check for length of text change under componentWillRecieveProps() to reset the offset and timer.
Hi, thanks for your contribution, can you leave out all the files other than src/ so we can have a better diff?
src/
Fixed Offset issue. To Reproduce :
Set Large Text for MarqueeLabel to Scroll.Let it Scroll. Change the Text. The offset doesn't resets to 0. Added a check for length of text change under componentWillRecieveProps() to reset the offset and timer.