margelo / react-native-skottie

▶️ Efficient lottie animations using Skia's Skottie module
https://margelo.io
MIT License
848 stars 22 forks source link

Dotlotties not loading on iOS #18

Closed relaxxpls closed 4 months ago

relaxxpls commented 7 months ago

The library works great with lottie files, but I am unable to load a dotlottie file on iOS

      <Skottie
        autoPlay
        loop={false}
        source={'../assets/lotties/coins.lottie'}
        style={styles.splash}
        resizeMode="cover"
        onAnimationFinish={closeSplash}
      />

Version: 2.0.3

hannojg commented 7 months ago

Is there any error you are getting? There is support for .lottie files build in

relaxxpls commented 7 months ago

No error in my console, ill try providing a snack to reproduce.

hannojg commented 4 months ago

Closed in favour of

which is more detailed. Will look into it soon