Mikołaj Szydłowski

Results 41 comments of Mikołaj Szydłowski

Also, @akylbek-hostaways could you try applying the [patch from here](https://github.com/software-mansion/react-native-reanimated/pull/5960#issuecomment-2098548412)? Since you say it is connected to `@gorhom/bottom-sheet` that might fix it.

@akylbek-hostaways one more thing that sparks to mind - have you tried bumping bottom sheet package to the latest version (4.6.1) ?

Hey guys, I am still trying to find a repro. I created a sample repo with `@gorhom/bottom-sheet`, `react-native-reanimated` and `react-native-gesture-handler`: https://github.com/szydlovsky/reaniamtedHostFunctionCrashRepro Its `package.json` is: ``` { "name": "reaniamtedHostFunctionCrashRepro", "version": "0.0.1",...

@akylbek-hostaways alright, your repro throws - time to investigate

@akylbek-hostaways I've done some digging and found out that our repros mostly differ by `react-native` versions - your uses 0.73.8 and it doesn't work - my uses 0.74.1. I suggest...

Here's some reference how to do it: https://reactnative.dev/docs/upgrading

Also this: https://react-native-community.github.io/upgrade-helper/

Hello @zajecvolk 👋 We always encourage bumping Reanimated to the newest versions - currently stable one is 3.8.1. Apart from that I would recommend to make a all-caches reset using...

@gkasireddy202 Hi! Have you tried resetting your pods and xcode cache? - pods: run `pod deintegrate` in a directory with `Pods` catalog - xcode: proceed to upper window menu `Product`...

Hey @gkasireddy202, any updates? Has the clean helped?