react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
Component never renders
Describe the bug When going to the component the app freezes. The page is never rendered. No error. Only processor usage goes up. To Reproduce Code from snack on home page I converted to JavaScript by deleting all the : type declaration
Platform & Dependencies Please list any applicable dependencies in addition to those below (react-navigation etc).
- react-native-draggable-flatlist version: 3.0.5
- Platform: Android emulator, Ios device
- Expo version: 5.0.3
- Reanimated version: 2.3.1
- React Native Gesture Handler version: 2.1.0
The freezing bug only seems to happen when debugger is on (attached to packager). Maybe something related to chrome?
When running without debugging I am not able drag elements in the list, should I edit my post?
have a similar issue, RNDF 3.0.5, Reanimated: 2.2.4.
Debugger on: dragging doesn't work Debugger off: dragging works as expected
Same issue here while using react-native-debugger together with react-native-draggable-flatlist: 3.0.4 react-native-reanimated 2.3.1
up until reanimated v2.3.0 chrome debugging was not possible because of limitations due to JSI so @alecmolloy it's not expected to work in reanimated 2.2.4: https://github.com/software-mansion/react-native-reanimated/releases/tag/2.3.0
I'm not sure if react-native-debugger is compatible with reanimated >= 2.3.0