deanhet / react-native-text-ticker

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

Fix "Invalid prop `children`. #79

Closed TVGneRd closed 4 years ago

TVGneRd commented 4 years ago

When using third-party components for text (for example, title from react-native-paper), there was a warning: Invalid prop children supplied to TextMarquee. But at the same time everything worked and the scroll was executed as it should. Now the warning is not displayed.