lottie-react-native / lottie-react-native

Lottie wrapper for React Native.
https://airbnb.io/lottie/#/react-native
Apache License 2.0
16.66k stars 1.77k forks source link

Animation is broken on IOS #1263

Closed shakhbozmn closed 1 month ago

shakhbozmn commented 1 month ago

Description

All animations from lottie.com is broken when i import to my react native project,

Screenshot 2024-07-18 at 12 54 05 AM

the same animation on lottie.com Screenshot 2024-07-18 at 12 54 46 AM

Steps to reproduce

I provided the snack example where the issue can be produced

  1. install the package "lottie-react-native": "6.5.1"
  2. run with expo sdk version 50
  3. see the broken lottie file

Snack or a link to a repository

https://snack.expo.dev/@shakhbozms/react-native-lottie-view

Lottie React Native version

6.5.1

React Native version

0.73.6

Platforms

iOS

Workflow

React Native

Architecture

Paper (Old Architecture)

Build type

Debug app & dev bundle

Device

iOS simulator

Acknowledgements

Yes

denis-karviga commented 1 month ago

https://github.com/airbnb/lottie-ios/issues/2345#issuecomment-2155486289

@shakhbozmn look here, looks like this is an issue with lottiefiles.com exporter

shakhbozmn commented 1 month ago

@denis-karviga thanks for the response, you're right this is not issue with the library, actually!