lottie-ios
lottie-ios copied to clipboard
Animation layer is missed - Frames cutted off
I was working on the update of React Native and project's libraries update but I noticed that some animation on iOS is being cutted off some layers and before this it was working fine (also it looks fine on Android).
This issue is a:
- [X] Non-Crashing Bug (Visual or otherwise)
Which Version of Lottie are you using?
"lottie-ios": "3.1.9", "lottie-react-native": "3.5.0", "react-native": "0.63.4",
What Platform are you on?
- [X] iOS
What Language are you in?
- [X] Swift
Expected Behavior

Actual Behavior

Code Example
<View style={styles.animationWrapper}>
<LottieView
source={Animations.wallet}
autoPlay
style={styles.animation}
loop={false}
ref={animationOne}
/>
</View>
Animation JSON
Onine link: https://codebeautify.org/online-json-editor/cbb2bd65
Probably related to:
https://github.com/lottie-react-native/lottie-react-native/issues/615 https://github.com/airbnb/lottie-ios/issues/1199 https://github.com/airbnb/lottie-ios/issues/1186
I have same issue,how to fix this ?
I'm iOS , use "lottie-ios": "3.1.9"
Você conseguiu resolver seu problema, Monique? Estou com o mesmo problema, porém em outra animação. (Android)
Você conseguiu resolver seu problema, Monique? Estou com o mesmo problema, porém em outra animação. (Android)
@LPFr3D Fiz downgrade para 3.0.3.
Any solution for this, Even I am also getting same
I have the same problem with this: https://lottiefiles.com/5201-progress-bar file
This animation appears to play correctly on master: