Claude

Results 13 comments of Claude

> I've created a patch to not use animation for the time being using `patch-package` ,tested on both Android and iOS and it works fine: > > ``` > diff...

@Bardiamist It must be that im using this with `react-navigation` but that exact react-patch does not disable page navigation for me (only testing using react-native-web).

@CasuallyCaffeinated @avet-m, and anyone else. Here is a patch package for the above fix. `@react-navigation+drawer+6.6.6.patch` ```patch diff --git a/node_modules/@react-navigation/drawer/lib/commonjs/views/DrawerView.js b/node_modules/@react-navigation/drawer/lib/commonjs/views/DrawerView.js index 58a6c69..4a4ec73 100644 --- a/node_modules/@react-navigation/drawer/lib/commonjs/views/DrawerView.js +++ b/node_modules/@react-navigation/drawer/lib/commonjs/views/DrawerView.js @@ -81,7 +81,7...

Cant use workaround as it seems to be used like this in gesture handler and some other libs. Also cant really replicate it locally but users are crashing from it....

@tomekzaw Do you want me to post this issue in Gesture handler? Also let me know if there is anything i can help with

@Acetyld So having hermes enabled didnt cause the above error? Wondering if we should enable Hermes because we are getting the above error

@KATT Not sure if you've viewed this yet or would like me to close it?

@KATT sorry for leaving this open for so long. Thanks for closing it, I found my root problem

> Hi @claudesortwell! Which version of `reanimated` do you use? It is very likely that it was fixed in `3.6.0` Been using 3.6.1 of reanimated @m-bert for weeks still crashing