Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RN 0.73.4 application keeps stopping #1186

Open
batu0b opened this issue Feb 24, 2024 · 3 comments
Open

RN 0.73.4 application keeps stopping #1186

batu0b opened this issue Feb 24, 2024 · 3 comments

Comments

@batu0b
Copy link

batu0b commented Feb 24, 2024

In rn 0.73.4 the application is stopped when I install the library and the app keeps stopping even if i don't use the library

Example Usage

import LottieView from 'lottie-react-native';

const EmptyData = memo(() => {
  return (
    <LottieView
      style={{height: 300}}
      autoPlay
      loop
      source={require('../../assets/empty.json')}
    />
  );
});

React Native Environment

RN: 0.73.4 (Bare New arch)

Lottie Version

Version: ^6.6.0

@Martin2037
Copy link

same

@TheRogue76
Copy link
Collaborator

Hi @batu0b,
Can you provide a reproducible? I just checked with a fresh 0.73.5 project and was unable to reproduce your issue

@AlaaMohammad
Copy link

I upgraded to the latest version of Lottie and the problem was solved, but the animation is still not displaying correctly
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants