<Modal visible={true} transparent>
<WebView
originWhitelist={['*']}
style={{
backgroundColor: 'transparent',
}}
source={{
html: `<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<div style="height:100%; justify-content:center; align-items:center; display:flex;"><lottie-player src="https://assets7.lottiefiles.com/packages/lf20_ovmgnkjx.json" background="transparent" speed="1" style="width: 200px; height: 200px;" loop autoplay></lottie-player></div>`,
}}
/>
</Modal>