Maksim Huretski

Results 3 comments of Maksim Huretski

refreshControl triggers error, tried RefreshControl both from react-native and react-native-gesture-handler ``` RangeError: Maximum call stack size exceeded, js engine: hermes ``` also dragging stops working ``` "react-native": "0.71.4", "react-native-draggable-flatlist": "^3.0.4",...

Updated to 4.0.1, cleaned node_modules and build folder, installed Pods, started with react-native start --reset-cache but issue remains It boils down to ``` node_modules/@babel/runtime/helpers/slicedToArray.js node_modules/react-native-reanimated/src/reanimated2/shareables.ts ``` ![image](https://user-images.githubusercontent.com/22213256/224406061-ef280d6c-1c82-4382-9031-2a92c30be0bc.png) also updated babel...

@akshatgarg12 I'm also getting `ReferenceError: process is not defined at value (node_modules/@builder.io/react/src/functions/string-to-function.ts:146:13)` trying to add `Product Box` with Image and stuff, if it's removed error doesn't occur. Issue seems related...