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
White background is displayed in my animation. After upgrading lottie-react-native package up to v6.1.0 (under the this package contains lottie-android v6.1.0) I had a strange white background in my animation. At the previous versions of lottie (v5) I didn't have such problem.
What version of Lottie did you test this on?
v6.1.0
What version of Android did you test this on?
13
Steps To Reproduce
Steps to reproduce the behavior:
importmintingUnpackingAnimationfrom'../../hooks/minting-unpacking.json';constmintingUnpackingAnimationObj=useMemo(()=>JSON.parse(JSON.stringify(mintingUnpackingAnimation)),// it's intentional to re-create the object for each sticker pack to avoid showing minted stickers from previous pack// eslint-disable-next-line react-hooks/exhaustive-deps[stickerPack.id]);<LottieViewstyle={[StyleSheet.absoluteFill]}loop={false}source={mintingUnpackingAnimationObj}resizeMode="cover"/>
Describe the bug
White background is displayed in my animation. After upgrading lottie-react-native package up to v6.1.0 (under the this package contains lottie-android v6.1.0) I had a strange white background in my animation. At the previous versions of lottie (v5) I didn't have such problem.
What version of Lottie did you test this on?
v6.1.0
What version of Android did you test this on?
13
Steps To Reproduce
Steps to reproduce the behavior:
Screenshots
Video
Screenrecorder-2023-08-02-17-40-54-415.mp4
White background bug
File with animation
minting unpacking.json.zip
The text was updated successfully, but these errors were encountered: