react-native : "0.48.3"
lottie-react-native : "^2.3.2"
when ever i run my project, it shows blank page . no animation.
integrated successfully , linked with android studio .
have put my json file into assets folder but no luck
here is my code snippet
import LottieView from 'lottie-react-native';
componentDidMount(){
this.animation.play()
}
render(){
return(
this.animation = animation;
}}
source="{require('../../../../anim/success.json')}"
/>
)
}
Please file this on airbnb/lottie-react-native.
There are a few paths in docs that I need to update. Check https://github.com/airbnb/lottie-react-native/issues/242 for more info.
Most helpful comment
Please file this on airbnb/lottie-react-native.
There are a few paths in docs that I need to update. Check https://github.com/airbnb/lottie-react-native/issues/242 for more info.