Yunwoo Ji

Results 8 comments of Yunwoo Ji

> Hey @alexnguyen98 did you find a solution? @javelwill Here is the solution I found. ```tsx import * as React from "react"; import { View, useWindowDimensions } from "react-native"; import...

I have the same issue as well

I have the same issue as well

Same problem here. "react-native-draggable-flatlist": "^4.0.1", "react-native": "0.76.2", "react-native-reanimated": "~3.16.1", 0.5x https://github.com/user-attachments/assets/69121f5c-8ebb-44e7-8336-5b071ba5938d

> Hey! Thanks for reporting. Would it be the same issue as: #2454? It seems similar Thank you for checking. I don't think it's the same issue. The issue you...

I'm also experiencing this issue on React Native 0.81.4 with the new architecture on iOS. Can confirm that the proposed fix doesn't seem to work on 0.81.4 as mentioned by...

@soutua Thank you for pointing that out! As you mentioned, we were indeed using the precompiled RN binary. After enabling the `buildReactNativeFromSource` option to build RN from source instead of...