kyo504 / react-native-marquee

React Native Marquee Text Component
MIT License
196 stars 29 forks source link

awaiting while the metrics are calculated #20

Open elpy opened 4 years ago

elpy commented 4 years ago

Hi. I faced an issue when animation can start before the metrics are calculated because calculateMetrics method is asynchronous and contentFits initial value is false.

I've solved this by adding await operator.