Mateusz Łopaciński
Mateusz Łopaciński
> Eventhough im using 3.17.1 i got the same issue Maybe you are missing a reanimated babel [plugin](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started#step-2-add-reanimateds-babel-plugin) which is required? You can also add `--reset-cache` flag when starting a...
Is it possible that you share your repository or create a repo for reproduction? I have run out of ideas and don't know what else I can suggest. It looks...
> Yeahh i invited you to my repo #### Problems with `npm` installation I couldn't get dependencies installed right with `npm`. I had to remove your `package-lock.json` and install node...
@Kumaranclickz I uncommented these lines and nothing crashes. Can you please prepare a reproduction repository that wouldn't require any manual changes after cloning or describe what should I change and...
I've just checked and I have `[email protected]` installed in your cloned repo. I don't know if I have to do other changes than just uncommenting these 2 lines in node...
> [@MatiPl01](https://github.com/MatiPl01) When do you plan to support version 0.79.1? I started a new project, connected the library and surprise... My problem of course, but maybe someone knows where I...
@DCWSubhranshu Have you followed all of the instructions mentioned in [this](https://github.com/software-mansion/react-native-reanimated/issues/7075#issuecomment-2750591351) comment? This issue usually happens due to invalid configuration on the developer side and is not an issue related...
Hey @DCWSubhranshu! When do you see this error? I've just built the app on iOS and Android and were able to run reanimated animations with no issues. Maybe try cleaning...
Hey @ersincakmak! I opened a PR that should fix the issue: #8501 You can wait for the reanimated `3.19.4` release or patch the library on your side with the same...
Hey @micahlt! I suspect that there is a problem with the `FastSquircleView`. The stack trace shows that it crashes on the animated component creation that tries to create the animated...