0

Getting the following error while running lottie animation in react native app with fabric enabled. Unimplemented component LottieAnimationView output screen

<LottieView
    source={require('../NewArchApp/lottie/133603-like-animation.json')}
    style={{width: 240, height: 240, backgroundColor: 'black'}}
    autoPlay={true}
    loop={true}
/>

The same works perfectly fine without enabling the new arch.

react-native version: 0.71.1

lottie-react-native version: 5.1.4

Using the command RCT_NEW_ARCH_ENABLED=1 to enable the new arch. Getting the error only when the new arch is enabled.

0 Answers0