You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone using @lottiefiles/react-lottie-player experiencing Lottie animation using @lottiefiles/react-lottie-player(v. 3.5.3) doesn't appear only on iOS and iPadOS devices? For Windows, Mac, Android web, it's all good.
For your information, I'm using React v. 16.14.0, not React Native.
I tried with the package version 2.2.2 first, then the latest version (3.5.3), and both results are the same.
[Code]
import { Player } from '@lottiefiles/react-lottie-player';
...
<Player
ref={this.player}
autoplay={false}
loop={false}
src={animationSource}
style={{ width: '12rem' }}
/>
Thank you!
Consuming repo
What repo were you working in when this issue occurred?
Labels
Add the Type: Bug label to this issue.
The text was updated successfully, but these errors were encountered:
Overview
Does anyone using @lottiefiles/react-lottie-player experiencing Lottie animation using @lottiefiles/react-lottie-player(v. 3.5.3) doesn't appear only on iOS and iPadOS devices? For Windows, Mac, Android web, it's all good.
For your information, I'm using React v. 16.14.0, not React Native.
I tried with the package version 2.2.2 first, then the latest version (3.5.3), and both results are the same.
[Code]
Thank you!
Consuming repo
Labels
Type: Bug
label to this issue.The text was updated successfully, but these errors were encountered: