Skip to content
This repository was archived by the owner on Jun 20, 2026. It is now read-only.
This repository was archived by the owner on Jun 20, 2026. It is now read-only.

Lottie animation using @lottiefiles/react-lottie-player(v. 3.5.3) doesn't appear on iOS and iPadOS #150

Description

@HerrineKim

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]

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions