Kacper Kafara

Results 75 comments of Kacper Kafara

Hey @pronevich! Can you (or anyone) confirm this crash occurs on latest release version & reanimated is [installed properly](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation/#android)?

I won't give you specifics, but release is coming within days. However as was mentioned above you can build reanimated from source, [which is extremely easy right now](https://github.com/software-mansion/react-native-reanimated/pull/2933).

Hey @dmahajan980, Can you provide minimal code example where this warning occurs (Snack, repository, code snippet)?

Hey @fahadfj! Would you try using `[email protected]`? It is highly likely that this issue was already fixed, especially that `[email protected]` does not have support for `[email protected]`. Edit: also you should...

Ok, it gets interesting now ;D The fact that intrigues me the most right now is that you restored your code to earlier version and the issue persisted. This points...

Unfortunately I don't really know what might cause issues in your case as animations work properly on fresh applications & our example apps -> however it is possible, I doubt...

@fahadfj I've tried reproduction you provided, but it works fine for me... :( https://user-images.githubusercontent.com/50801299/180756554-9ae7637c-7e5e-4cfe-90ac-0b9b5a77032f.mov

@fahadfj Great to hear that you figured it out. I've just looked at firebase website and found [this paragraph](https://rnfirebase.io/#altering-cocoapods-to-use-frameworks) (notice the blue note). I guess you have seen it already,...

Hi @satyapakanati, @fabinzne, I've tried to reproduce this issue on specs provided [here](https://github.com/software-mansion/react-native-screens/issues/1340#issuecomment-1048310313) & I didn't succeed, everything works fine for me. Would you mind providing me with package versions...

@satyapakanati, I was not able to reproduce the issue. @Saalim95 The ones I tested can be found in this PR discussion and additionaly you can check [TestExample](https://github.com/software-mansion/react-native-screens/blob/main/TestsExample/package.json). Edit: To work...