Untitled

 avatar
unknown
plain_text
3 years ago
446 B
2
Indexable
 <WebView
        originWhitelist={['*']}
        style={{ backgroundColor: 'transparent' }}
        source={{
          html: `<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
          <lottie-player src="https://assets7.lottiefiles.com/packages/lf20_ovmgnkjx.json"  background="transparent"  speed="1"  style="width: 200px; height: 200px;"  loop  autoplay></lottie-player>`,
        }}
      />