Lottie Animation

<Box width="100%" style.aspectRatio={1}>
    <Lottie 
        autoPlay
        loop
        width={"100%"}
        height={"100%"}
        source={{uri: data.lottieUrl}} 
    />
</Box>
Loading...