react-native-draggable-flatlist icon indicating copy to clipboard operation
react-native-draggable-flatlist copied to clipboard

Component never renders

Open Tomvkgames opened this issue 3 years ago • 4 comments

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

Tomvkgames avatar Feb 02 '22 15:02 Tomvkgames

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?

Tomvkgames avatar Feb 02 '22 16:02 Tomvkgames

have a similar issue, RNDF 3.0.5, Reanimated: 2.2.4.

Debugger on: dragging doesn't work Debugger off: dragging works as expected

alecmolloy avatar Feb 03 '22 00:02 alecmolloy

Same issue here while using react-native-debugger together with react-native-draggable-flatlist: 3.0.4 react-native-reanimated 2.3.1

drante avatar Feb 03 '22 12:02 drante

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

computerjazz avatar Feb 07 '22 21:02 computerjazz