lottie-react-native: Every .json animation from lottifiles.com crashes my app!
Description
Hi, I using expo (~37.0.3), when download .json animation from lottifiles and try to open it, my app doesn’t open, it’s just crushing.
Versions
"expo": "~37.0.3"
"react-native": "~0.61.5"
"lottie-react-native": "^3.4.0"
Code Example
<LottieView
ref={animation}
style={{
width: '100%',
height: 375,
}}
source={require('../assets/data34.json')}
/>
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 10
- Comments: 16 (1 by maintainers)
Same here, app crashes with json’s downloaded from lottifiles.com dependencies- “react-native”: “0.59.10” “lottie-react-native”: “2.6.1”
running on android Emulator.
I noticed the lottie files above version 5.5.* are crashing for me with the keyframe issue for my lottie react native 3.5.0
Same issue here, on ios works fine, but in android the app crashes without give me any error. I am using expo 37